diff options
Diffstat (limited to 'security/xinetd/files/patch-xinetd::service.c')
-rw-r--r-- | security/xinetd/files/patch-xinetd::service.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/xinetd/files/patch-xinetd::service.c b/security/xinetd/files/patch-xinetd::service.c new file mode 100644 index 000000000000..1e609a18f585 --- /dev/null +++ b/security/xinetd/files/patch-xinetd::service.c @@ -0,0 +1,22 @@ +--- xinetd/service.c.orig Mon Aug 13 03:58:57 2001 ++++ xinetd/service.c Fri Feb 8 16:06:16 2002 +@@ -19,6 +19,7 @@ + #include <time.h> + #include <errno.h> + #include <netinet/in.h> ++#include <osreldate.h> + #ifndef NO_RPC + #ifdef HAVE_RPC_PMAP_CLNT_H + #ifdef __sun +@@ -27,7 +28,10 @@ + #endif + #include <rpc/types.h> + #include <rpc/xdr.h> +- #include <rpc/pmap_clnt.h> ++ #if __FreeBSD__version >= 500029 ++ #include <rpc/auth.h> ++ #include <rpc/pmap_clnt.h> ++ #endif + #endif + #endif + |