The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / portmap / 0005-tcpd.patch
1 Enable compile without tcp-wrappers
2
3 Patch by Timothy Redaelli <drizzt@gentoo.org>
4
5 http://bugs.gentoo.org/178242
6
7 --- portmap_6.0/pmap_check.c
8 +++ portmap_6.0/pmap_check.c
9 @@ -44,7 +44,9 @@
10  #include <netinet/in.h>
11  #include <rpc/rpcent.h>
12  #endif
13 +#ifdef HOSTS_ACCESS
14  #include <tcpd.h>
15 +#endif
16  #include <arpa/inet.h>
17  #include <grp.h>
18