source: npl/system/portmap/portmap-6.0-tcpd.patch @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 341 bytes
RevLine 
[c5c522c]1Enable compile without tcp-wrappers
2
3Patch by Timothy Redaelli <drizzt@gentoo.org>
4
5http://bugs.gentoo.org/178242
6
7--- portmap_6.0/pmap_check.c
8+++ portmap_6.0/pmap_check.c
9@@ -44,7 +44,9 @@
10 #include <netinet/in.h>
11 #include <rpc/rpcent.h>
12 #endif
13+#ifdef HOSTS_ACCESS
14 #include <tcpd.h>
15+#endif
16 #include <arpa/inet.h>
17 #include <grp.h>
18 
Note: See TracBrowser for help on using the repository browser.