diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 12:51:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 12:51:52 +0200 |
commit | a7ced5ec9a36f2142d404053dc384ae3af1fe047 (patch) | |
tree | 0fbc32d5e91d00450a65d146c328966877b56e65 /package/libnfsidmap/patches/patch-cfg_c | |
parent | e2692cea04fe08014537bbecf5fb52033cb463e2 (diff) | |
parent | 47ba3ba77f0a108450c5536daf77271125953966 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libnfsidmap/patches/patch-cfg_c')
-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> |