git.wh0rd.org
/
patches.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
more random patches. who knows.
[patches.git]
/
portmap-no-tcpd-header.patch
1
diff --git a/pmap_check.c b/pmap_check.c
2
index 84f2c12..443a822 100644
3
--- a/pmap_check.c
4
+++ b/pmap_check.c
5
@@ -44,7 +44,9 @@
6
#include <netinet/in.h>
7
#include <rpc/rpcent.h>
8
#endif
9
+#ifdef HOSTS_ACCESS
10
#include <tcpd.h>
11
+#endif
12
#include <arpa/inet.h>
13
#include <grp.h>
14