mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6a2b326494
and unmark as BROKEN. Remove a redundant entry from CATEGORIES. (security net => security) PR: ports/18707 Submitted by: MAINTAINER
15 lines
373 B
Plaintext
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>
|