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

15 lines
373 B
Plaintext
Raw Normal View History

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