aboutsummaryrefslogtreecommitdiff
path: root/security/xinetd/files/patch-xinetd::reconfig.c
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-09-15 11:37:58 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-09-15 11:37:58 +0000
commit270ccb6e07a231d67cbc8426bafeb799e5084090 (patch)
tree8e0fbc8892ede72e18ec6fec00f4b1ccfc694ddd /security/xinetd/files/patch-xinetd::reconfig.c
parent4b35e630421ed397d987526129b35d21281b105f (diff)
Notes
Diffstat (limited to 'security/xinetd/files/patch-xinetd::reconfig.c')
-rw-r--r--security/xinetd/files/patch-xinetd::reconfig.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/xinetd/files/patch-xinetd::reconfig.c b/security/xinetd/files/patch-xinetd::reconfig.c
deleted file mode 100644
index 66e7faffce0d..000000000000
--- a/security/xinetd/files/patch-xinetd::reconfig.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- xinetd/reconfig.c.orig Sun Jul 15 04:31:28 2001
-+++ xinetd/reconfig.c Fri Feb 8 16:05:56 2002
-@@ -14,6 +14,7 @@
- #include <memory.h>
- #include <stdlib.h>
- #include <netinet/in.h>
-+#include <osreldate.h>
- #ifndef NO_RPC
- #ifdef HAVE_RPC_PMAP_CLNT_H
- #ifdef __sun
-@@ -22,6 +23,10 @@
- #endif
- #include <rpc/types.h>
- #include <rpc/xdr.h>
-+ #if __FreeBSD_version >= 500029
-+ #include <rpc/auth.h>
-+ #include <rpc/clnt.h>
-+ #endif
- #include <rpc/pmap_clnt.h>
- #endif
- #endif