summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/nfs-utils/files/nfs-utils-1.0.6-uclibc.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-03-22 18:31:40 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-03-22 18:31:40 +0000
commitf40f63143b48e2ec2572b31f101621f02dd77138 (patch)
treee5608c39da8971f80c525a35ce7f0b3ea94d30b3 /meta-extras/packages/nfs-utils/files/nfs-utils-1.0.6-uclibc.patch
parent6b86555e703297cba0431c8708efa2aacae5ce8c (diff)
downloadpoky-f40f63143b48e2ec2572b31f101621f02dd77138.tar.gz
nfs-utils: moved from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1385 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/nfs-utils/files/nfs-utils-1.0.6-uclibc.patch')
-rw-r--r--meta-extras/packages/nfs-utils/files/nfs-utils-1.0.6-uclibc.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-extras/packages/nfs-utils/files/nfs-utils-1.0.6-uclibc.patch b/meta-extras/packages/nfs-utils/files/nfs-utils-1.0.6-uclibc.patch
deleted file mode 100644
index ebd3276be2..0000000000
--- a/meta-extras/packages/nfs-utils/files/nfs-utils-1.0.6-uclibc.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1--- ./support/nfs/svc_socket.c.orig 2004-12-12 06:43:52.000000000 +0000
2+++ ./support/nfs/svc_socket.c 2004-12-12 06:50:04.000000000 +0000
3@@ -66,6 +66,7 @@
4 __bzero ((char *) &addr, sizeof (addr));
5 addr.sin_family = AF_INET;
6
7+#ifndef __UCLIBC__ /* neither getrpcbynumber() nor getrpcbynumber_r() is SuSv3 */
8 ret = getrpcbynumber_r (number, &rpcbuf, rpcdata, sizeof rpcdata,
9 &rpcp);
10 if (ret == 0 && rpcp != NULL)
11@@ -99,6 +100,7 @@
12 }
13 }
14 else
15+#endif
16 {
17 if (bindresvport (sock, &addr))
18 {