diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-02 04:20:46 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-02 04:20:46 +0000 |
commit | 3ddf7642fab5d264711b58dc1038c965e225d866 (patch) | |
tree | 00e8827f4e12e2f9285abc1faded630b781854b4 /security/oidentd/files/patch-aa | |
parent | make this build again (diff) |
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)
Notes
Notes:
svn path=/head/; revision=27269
Diffstat (limited to 'security/oidentd/files/patch-aa')
-rw-r--r-- | security/oidentd/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/oidentd/files/patch-aa b/security/oidentd/files/patch-aa new file mode 100644 index 000000000000..2453c871feac --- /dev/null +++ b/security/oidentd/files/patch-aa @@ -0,0 +1,14 @@ +--- 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> |