|
Last change
on this file since 17a9f19 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
341 bytes
|
| Rev | Line | |
|---|
| [c5c522c] | 1 | Enable compile without tcp-wrappers |
|---|
| 2 | |
|---|
| 3 | Patch by Timothy Redaelli <drizzt@gentoo.org> |
|---|
| 4 | |
|---|
| 5 | http://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.