summaryrefslogtreecommitdiff
path: root/debian/patches/series
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-09-22 06:43:36 +0200
committerGuillem Jover <guillem@hadrons.org>2010-09-22 06:52:49 +0200
commit970830ce90d61b9ed09e82511399cf23c21f3c3c (patch)
tree6c23d49e7ea00fd988e2c6c411fdcce1e71947c2 /debian/patches/series
parent8a03eaef87d34773c48eb0242be8356db7646942 (diff)
downloadinetutils-970830ce90d61b9ed09e82511399cf23c21f3c3c.tar.gz
Fix FTBFS on GNU/Hurd and GNU/kFreeBSD systems
- Use IFF_ flags conditionally. - Do not include <stropts.h> to get ioctl declaration as we get it from the wrapped <sys/ioctl.h>, otherwise we get conflicting symbols. - Include <sys/types.h> in ifconfig/flags.h for size_t. Closes: #596638
Diffstat (limited to 'debian/patches/series')
-rw-r--r--debian/patches/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index d1bd1a8..1e66f36 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@
60_inetd_support_argless_services.patch
61_inetd_listen_on_tcpmux_ports.patch
62_inetd_change_ipv6_protocol_semantics.patch
+70_ftbfs_non-linux.patch