diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-22 12:52:37 +0100 |
commit | ee064dff921e104e442bbe94459e901388a86b4a (patch) | |
tree | 383e51e9d4fe2424691c1f01136731086b782d22 /package/nfs-utils/patches/patch-utils_statd_simu_c | |
parent | 3fa00c8a16cdbd8bed631606844e8f881ceec399 (diff) | |
parent | 2e359603d90d5ea1b8a6a20aee8c4a142cd8fafd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/nfs-utils/patches/patch-utils_statd_simu_c')
-rw-r--r-- | package/nfs-utils/patches/patch-utils_statd_simu_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-utils_statd_simu_c b/package/nfs-utils/patches/patch-utils_statd_simu_c new file mode 100644 index 000000000..2ca71cf74 --- /dev/null +++ b/package/nfs-utils/patches/patch-utils_statd_simu_c @@ -0,0 +1,10 @@ +--- nfs-utils-1.2.9.orig/utils/statd/simu.c 2013-11-05 21:41:27.000000000 +0100 ++++ nfs-utils-1.2.9/utils/statd/simu.c 2014-02-20 07:25:35.000000000 +0100 +@@ -10,6 +10,7 @@ + + #include <netdb.h> + #include <arpa/inet.h> ++#include <stdlib.h> + + #include "sockaddr.h" + #include "rpcmisc.h" |