diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-04-07 12:07:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-04-07 12:07:24 +0200 |
commit | 3a38f3668dec0d3b08258f2a252396e00abea9ca (patch) | |
tree | 58bc8856a6e7e55cc8d868840f32385e193b88b9 /package/portmap/patches/patch-pmap_check_c | |
parent | c3797a535bb1c353612828918ad35f068b1624e1 (diff) | |
parent | affdd5dff82289e9da4c29737ec66b563e14daa7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/portmap/patches/patch-pmap_check_c')
-rw-r--r-- | package/portmap/patches/patch-pmap_check_c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/portmap/patches/patch-pmap_check_c b/package/portmap/patches/patch-pmap_check_c deleted file mode 100644 index 9dc7cd67f..000000000 --- a/package/portmap/patches/patch-pmap_check_c +++ /dev/null @@ -1,16 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ - -* do not include tcpd.h, when hosts access disabled - ---- portmap_6.0.orig/pmap_check.c 2007-05-11 05:02:10.000000000 +0200 -+++ portmap_6.0/pmap_check.c 2009-04-24 12:26:06.041879543 +0200 -@@ -44,7 +44,9 @@ - #include <netinet/in.h> - #include <rpc/rpcent.h> - #endif -+#ifdef HOSTS_ACCESS - #include <tcpd.h> -+#endif - #include <arpa/inet.h> - #include <grp.h> - |