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 / nfs-utils / 0007-sockaddr-h-needs-stddef-h-for-NULL.patch
1 [PATCH] sockaddr.h: needs stddef.h for NULL
2
3 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
4 ---
5  support/include/sockaddr.h |    1 +
6  1 file changed, 1 insertion(+)
7
8 Index: nfs-utils-1.2.6/support/include/sockaddr.h
9 ===================================================================
10 --- nfs-utils-1.2.6.orig/support/include/sockaddr.h
11 +++ nfs-utils-1.2.6/support/include/sockaddr.h
12 @@ -25,6 +25,7 @@
13  #include <libio.h> 
14  #endif
15  #include <stdbool.h>
16 +#include <stddef.h>
17  #include <sys/socket.h>
18  #include <netinet/in.h>
19