summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-28 08:57:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-28 08:57:14 +0100
commita3df4d57af18464f1f964d3d053ee75c36e6f226 (patch)
tree0054ae2eba5199c1f4a4d2b24a767bc513bf126e /package
parent88838cfe1fe235670df0af607b5d7e366fb7e6d4 (diff)
fix compile for glibc build
Diffstat (limited to 'package')
-rw-r--r--package/rpcbind/patches/patch-src_security_c20
1 files changed, 8 insertions, 12 deletions
diff --git a/package/rpcbind/patches/patch-src_security_c b/package/rpcbind/patches/patch-src_security_c
index d7a5582d9..08a86565a 100644
--- a/package/rpcbind/patches/patch-src_security_c
+++ b/package/rpcbind/patches/patch-src_security_c
@@ -1,10 +1,15 @@
--- rpcbind-0.2.0.orig/src/security.c 2009-05-29 15:38:22.000000000 +0200
-+++ rpcbind-0.2.0/src/security.c 2010-02-06 01:55:37.383094004 +0100
-@@ -20,12 +20,38 @@
++++ rpcbind-0.2.0/src/security.c 2010-02-27 19:57:02.000000000 +0100
+@@ -20,12 +20,28 @@
/*
* XXX for special case checks in check_callit.
*/
-+#if defined(__UCLIBC__)
+-#include <rpcsvc/mount.h>
+-#include <rpcsvc/rquota.h>
+-#include <rpcsvc/nfs_prot.h>
+-#include <rpcsvc/yp.h>
+-#include <rpcsvc/ypclnt.h>
+-#include <rpcsvc/yppasswd.h>
+
+#define MOUNTPROC_MNT 1
+#define MOUNTPROC_UMNT 3
@@ -27,15 +32,6 @@
+#define YPPROC_ALL 8
+
+#define YPBINDPROC_SETDOM 2
-+
-+#else
- #include <rpcsvc/mount.h>
- #include <rpcsvc/rquota.h>
- #include <rpcsvc/nfs_prot.h>
- #include <rpcsvc/yp.h>
- #include <rpcsvc/ypclnt.h>
- #include <rpcsvc/yppasswd.h>
-+#endif
#include "rpcbind.h"