head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.07.13.23.00.46;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	2000.05.28.03.25.16;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix invalid (and unnecessary) check for the FreeBSD version.  Verified to
build on RELENG_3 and RELENG_4

Noticed by:	bento
@
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>
@


1.1
log
@Don't add -O2 to CFLAGS.  Make this port honor CFLAGS and CXXFLAGS.  Fix
build for -current.
@
text
@d1 3
a3 3
--- servproc.h.orig	Sat May 27 15:00:37 2000
+++ servproc.h	Sat May 27 15:00:58 2000
@@@@ -29,6 +29,9 @@@@
a6 1
+#if defined(__FreeBSD__) && __FreeBSD__ >= 5
a7 1
+#endif
@

