mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
3ddf7642fa
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)
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
--- src/freebsd.c.orig Tue Jan 18 02:37:19 2000
|
|
+++ src/freebsd.c Wed Mar 29 09:39:27 2000
|
|
@@ -22,9 +22,9 @@
|
|
#include <sys/queue.h>
|
|
#include <sys/uio.h>
|
|
#include <sys/socketvar.h>
|
|
-#define KERNEL
|
|
+#define _KERNEL
|
|
#include <sys/file.h>
|
|
-#undef KERNEL
|
|
+#undef _KERNEL
|
|
#include <sys/user.h>
|
|
#include <sys/filedesc.h>
|
|
#include <sys/proc.h>
|