nfs-utils-0007-sockaddr-h-needs-stddef-h-for-NULL.patch 529 B

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