patch-support_include_sockaddr_h 364 B

1234567891011
  1. --- nfs-utils-1.2.3.orig/support/include/sockaddr.h 2010-09-28 14:24:16.000000000 +0200
  2. +++ nfs-utils-1.2.3/support/include/sockaddr.h 2011-01-03 12:12:10.000000000 +0100
  3. @@ -20,7 +20,7 @@
  4. #ifndef NFS_UTILS_SOCKADDR_H
  5. #define NFS_UTILS_SOCKADDR_H
  6. -#include <libio.h>
  7. +#include <stddef.h>
  8. #include <stdbool.h>
  9. #include <sys/socket.h>
  10. #include <netinet/in.h>