diff options
Diffstat (limited to 'package/libnfsidmap/patches')
-rw-r--r-- | package/libnfsidmap/patches/patch-cfg_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libnfsidmap/patches/patch-cfg_c b/package/libnfsidmap/patches/patch-cfg_c new file mode 100644 index 000000000..decd41ea3 --- /dev/null +++ b/package/libnfsidmap/patches/patch-cfg_c @@ -0,0 +1,10 @@ +--- libnfsidmap-0.25.orig/cfg.c 2011-12-05 21:28:10.000000000 +0100 ++++ libnfsidmap-0.25/cfg.c 2013-08-13 12:25:51.000000000 +0200 +@@ -34,6 +34,7 @@ + #include <sys/mman.h> + #include <sys/socket.h> + #include <sys/stat.h> ++#include <sys/types.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <ctype.h> |