head	1.3;
access;
symbols
	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.2;
locks; strict;
comment	@# @;


1.3
date	2001.12.25.05.16.18;	author dwcjr;	state dead;
branches;
next	1.2;

1.2
date	2000.05.21.12.32.03;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.02.04.20.41;	author will;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove patch from last night's commit, forgot to remove it on that commit

Noticed by:	rob@@cyberpunkz.org
@
text
@--- src/freebsd.c.orig	Tue Jan 18 02:37:19 2000
+++ src/freebsd.c	Sun May 21 03:50:57 2000
@@@@ -22,8 +22,10 @@@@
 #include <sys/queue.h>
 #include <sys/uio.h>
 #include <sys/socketvar.h>
-#define KERNEL
+#define KERNEL /* FreeBSD 3.4 */
+#define _KERNEL /* FreeBSD 4.0 */
 #include <sys/file.h>
+#undef _KERNEL
 #undef KERNEL
 #include <sys/user.h>
 #include <sys/filedesc.h>
@


1.2
log
@Make it compile either on 3.4-STABLE, 4.0-STABLE or 5.0-CURRENT
and unmark as BROKEN.

Remove a redundant entry from CATEGORIES. (security net => security)

PR:		ports/18707
Submitted by:	MAINTAINER
@
text
@@


1.1
log
@Add oidentd to ports tree; it is an identd server which, properly
configured, can allow users to specify an arbitrary ident string.

Unfortunately, due to <sys/file.h> being outdated, this port is
marked BROKEN for all ${OSVERSION} prior to 400010, which is the
closest to src/sys/sys/file.h rev 1.16.2.2.

PR:		17660
Submitted by:	Trevor Johnson <trevor@@jpj.net>
Reviewed by:	mharo (confirmation of BROKEN for < 400010)
@
text
@d2 2
a3 2
+++ src/freebsd.c	Wed Mar 29 09:39:27 2000
@@@@ -22,9 +22,9 @@@@
d8 2
a9 1
+#define _KERNEL
a10 1
-#undef KERNEL
d12 1
a14 1
 #include <sys/proc.h>
@

