Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 1995 08:10:09 -0400
From:      Chuck Bacon <crtb@upcoming.dcrt.nih.gov>
To:        ports@FreeBSD.org
Subject:   Error in GUIDELINES
Message-ID:  <199504061210.IAA02118@upcoming.dcrt.nih.gov>

next in thread | raw e-mail | index | archive | help
I suppose nobody with the brainpower to compose a port would fall
for this one, but in sec. 0.2, it says:
	#ifdef _HAVE_PARAM_H
	#include <sys/param.h>
	#endif
which is wrong.  The conditional is backward; it should be #ifndef.
Furthermore the conditional should be omitted, since the same
conditional surrounds the entirety of <sys/param.h>.

I only mention this because it's the kind of invisible error which
somebody might spend 4 hours on.

Chuck Bacon - crtb@{helix,upcoming.dcrt}.nih.gov
	"People who like this kind of thing
	 will find this the sort of thing they like." --A. Lincoln



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504061210.IAA02118>