patch-utils_mount_network_c 381 B

123456789101112
  1. --- nfs-utils-1.3.4.orig/utils/mount/network.c 2016-08-03 20:25:15.000000000 +0200
  2. +++ nfs-utils-1.3.4/utils/mount/network.c 2016-10-20 19:16:18.000000000 +0200
  3. @@ -38,7 +38,9 @@
  4. #include <sys/socket.h>
  5. #include <sys/wait.h>
  6. #include <sys/stat.h>
  7. +#if defined(__GLIBC__)
  8. #include <linux/in6.h>
  9. +#endif
  10. #include <netinet/in.h>
  11. #include <rpc/rpc.h>
  12. #include <rpc/pmap_prot.h>