diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 01:39:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 01:39:17 +0000 |
commit | ce90a019f738c6a38532df3a4dd072c0b138b953 (patch) | |
tree | b945680b8a86b589ceb9c45cf8ee541173d05434 /security/xinetd/files.5 | |
parent | Actually add patchfile for rastertoprinter.c this time. (diff) |
Upgrade to 2.3.9, and fix broken on -current.
PR: ports/44040
Submitted by: Jens Rehsack <rehsack@liwing.de>
Notes
Notes:
svn path=/head/; revision=68131
Diffstat (limited to 'security/xinetd/files.5')
-rw-r--r-- | security/xinetd/files.5/patch-xinetd::reconfig.c | 11 | ||||
-rw-r--r-- | security/xinetd/files.5/patch-xinetd::service.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/security/xinetd/files.5/patch-xinetd::reconfig.c b/security/xinetd/files.5/patch-xinetd::reconfig.c new file mode 100644 index 000000000000..7d4c0d5853f3 --- /dev/null +++ b/security/xinetd/files.5/patch-xinetd::reconfig.c @@ -0,0 +1,11 @@ +--- xinetd/reconfig.c.orig Wed Oct 16 09:22:22 2002 ++++ xinetd/reconfig.c Wed Oct 16 09:24:09 2002 +@@ -23,6 +23,8 @@ + #endif + #include <rpc/types.h> + #include <rpc/xdr.h> ++ #include <rpc/auth.h> ++ #include <rpc/clnt.h> + #include <rpc/pmap_clnt.h> + #endif + #include <rpc/rpc.h> diff --git a/security/xinetd/files.5/patch-xinetd::service.c b/security/xinetd/files.5/patch-xinetd::service.c new file mode 100644 index 000000000000..fcc82291fe61 --- /dev/null +++ b/security/xinetd/files.5/patch-xinetd::service.c @@ -0,0 +1,11 @@ +--- xinetd/service.c.orig Wed Oct 16 09:25:06 2002 ++++ xinetd/service.c Wed Oct 16 09:25:26 2002 +@@ -31,6 +31,8 @@ + #endif + #include <rpc/types.h> + #include <rpc/xdr.h> ++ #include <rpc/auth.h> ++ #include <rpc/clnt.h> + #include <rpc/pmap_clnt.h> + #endif + #include <rpc/rpc.h> |