diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-03-20 11:29:35 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-20 12:42:38 +0000 |
commit | bdc6bdb2679207e81d6e663c1ddc5c062ab67647 (patch) | |
tree | 05a1af0ed904a911de6746598d91d5ecea8d10b2 /testing/libnsl/cdefs.patch | |
parent | 0af8c1c4cf59aef6ce0608092b810dbe41241efb (diff) | |
download | aports-bdc6bdb2679207e81d6e663c1ddc5c062ab67647.tar.bz2 aports-bdc6bdb2679207e81d6e663c1ddc5c062ab67647.tar.xz |
testing/libnsl: new aport
http://www.linux-nis.org
https://github.com/thkukuk/libnsl
This library contains the public client interface
for NIS(YP) and NIS+ in a IPv6 ready version
Diffstat (limited to 'testing/libnsl/cdefs.patch')
-rw-r--r-- | testing/libnsl/cdefs.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/libnsl/cdefs.patch b/testing/libnsl/cdefs.patch new file mode 100644 index 0000000000..dbbe800a34 --- /dev/null +++ b/testing/libnsl/cdefs.patch @@ -0,0 +1,30 @@ +--- a/src/rpcsvc/nislib.h ++++ b/src/rpcsvc/nislib.h +@@ -19,6 +19,7 @@ + #ifndef __RPCSVC_NISLIB_H__ + #define __RPCSVC_NISLIB_H__ + ++#include <sys/cdefs.h> + #include <features.h> + + __BEGIN_DECLS +--- a/src/rpcsvc/ypclnt.h ++++ b/src/rpcsvc/ypclnt.h +@@ -20,6 +20,7 @@ + #ifndef __RPCSVC_YPCLNT_H__ + #define __RPCSVC_YPCLNT_H__ + ++#include <sys/cdefs.h> + #include <features.h> + + /* Some defines */ +--- a/src/rpcsvc/ypupd.h ++++ b/src/rpcsvc/ypupd.h +@@ -33,6 +33,7 @@ + #ifndef __RPCSVC_YPUPD_H__ + #define __RPCSVC_YPUPD_H__ + ++#include <sys/cdefs.h> + #include <features.h> + + #include <rpc/rpc.h> |