diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-01 11:34:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-01 11:34:20 +0000 |
commit | 37134a50200ae64dcd796adea8ccf8b1e6265f94 (patch) | |
tree | 418ae50fb0542f37d110db3c57aa7955960bc46f /main/nfs-utils/0008-Only-work-around-glibc-bugs-on-glibc.patch | |
parent | 271cd0177467593dab6ec6a6b697dea04d075e8c (diff) | |
download | aports-37134a50200ae64dcd796adea8ccf8b1e6265f94.tar.bz2 aports-37134a50200ae64dcd796adea8ccf8b1e6265f94.tar.xz |
main/nfs-utils: upgrade to 1.3.1
Diffstat (limited to 'main/nfs-utils/0008-Only-work-around-glibc-bugs-on-glibc.patch')
-rw-r--r-- | main/nfs-utils/0008-Only-work-around-glibc-bugs-on-glibc.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/main/nfs-utils/0008-Only-work-around-glibc-bugs-on-glibc.patch b/main/nfs-utils/0008-Only-work-around-glibc-bugs-on-glibc.patch deleted file mode 100644 index 9f87eec597..0000000000 --- a/main/nfs-utils/0008-Only-work-around-glibc-bugs-on-glibc.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 21a0c6b3ace23acd0236339582366bb128065347 Mon Sep 17 00:00:00 2001 -From: Natanael Copa <ncopa@alpinelinux.org> -Date: Thu, 24 Apr 2014 14:25:23 +0200 -Subject: [PATCH] Only work around glibc bugs on glibc - -Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> ---- - utils/mountd/svc_run.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/utils/mountd/svc_run.c b/utils/mountd/svc_run.c -index 1938a67..a572441 100644 ---- a/utils/mountd/svc_run.c -+++ b/utils/mountd/svc_run.c -@@ -60,7 +60,7 @@ - void cache_set_fds(fd_set *fdset); - int cache_process_req(fd_set *readfds); - --#if LONG_MAX != INT_MAX -+#if defined(__GLIBC__) && LONG_MAX != INT_MAX - /* bug in glibc 2.3.6 and earlier, we need - * our own svc_getreqset - */ --- -2.0.4 - |