From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/portmap/patches/patch-pmap_check_c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/portmap/patches/patch-pmap_check_c (limited to 'package/portmap/patches/patch-pmap_check_c') diff --git a/package/portmap/patches/patch-pmap_check_c b/package/portmap/patches/patch-pmap_check_c new file mode 100644 index 000000000..9dc7cd67f --- /dev/null +++ b/package/portmap/patches/patch-pmap_check_c @@ -0,0 +1,16 @@ +$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 + #include + #endif ++#ifdef HOSTS_ACCESS + #include ++#endif + #include + #include + -- cgit v1.2.3