freebsd-ports/www/fhttpd/files/patch-ag
Chris D. Faulhaber ae5a14a7ce Fix invalid (and unnecessary) check for the FreeBSD version. Verified to
build on RELENG_3 and RELENG_4

Noticed by:	bento
2000-07-13 23:00:46 +00:00

10 lines
296 B
Text

--- servproc.h.orig Wed Apr 7 09:44:22 1999
+++ servproc.h Thu Jul 13 18:53:55 2000
@@ -29,6 +29,7 @@
#endif
#include <sys/time.h>
#include <sys/stat.h>
+#include <machine/param.h> /* for ALIGN macro needed by CMSG_DATA */
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/file.h>