diff options
author | Guillem Jover <guillem@hadrons.org> | 2010-09-22 06:43:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-09-22 06:52:49 +0200 |
commit | 970830ce90d61b9ed09e82511399cf23c21f3c3c (patch) | |
tree | 6c23d49e7ea00fd988e2c6c411fdcce1e71947c2 /debian/patches/series | |
parent | 8a03eaef87d34773c48eb0242be8356db7646942 (diff) | |
download | inetutils-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/series | 1 |
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 |