1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/oidentd/files/patch-aa
Akinori MUSHA 6a2b326494 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
2000-05-21 12:32:03 +00:00

15 lines
373 B
Plaintext

--- 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>