diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-20 07:53:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-20 07:53:06 +0100 |
commit | 84af1b9633858c9ef5798c8c8793023044cd9fad (patch) | |
tree | e974cf7d83280859ee4211d1a9760ac2f8980363 /package/nfs-utils/patches/patch-utils_statd_simu_c | |
parent | 6c79680171b28dc40d24e0d2fe17117164e97495 (diff) | |
parent | d85027a122a5cfee28bc5b718bf354f2934fec91 (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" |