aboutsummaryrefslogtreecommitdiffstats
path: root/main/nfs-utils/0002-Fix-header-include-for-definition-of-NULL.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-01 11:34:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-01 11:34:20 +0000
commit37134a50200ae64dcd796adea8ccf8b1e6265f94 (patch)
tree418ae50fb0542f37d110db3c57aa7955960bc46f /main/nfs-utils/0002-Fix-header-include-for-definition-of-NULL.patch
parent271cd0177467593dab6ec6a6b697dea04d075e8c (diff)
downloadaports-37134a50200ae64dcd796adea8ccf8b1e6265f94.tar.bz2
aports-37134a50200ae64dcd796adea8ccf8b1e6265f94.tar.xz
main/nfs-utils: upgrade to 1.3.1
Diffstat (limited to 'main/nfs-utils/0002-Fix-header-include-for-definition-of-NULL.patch')
-rw-r--r--main/nfs-utils/0002-Fix-header-include-for-definition-of-NULL.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/main/nfs-utils/0002-Fix-header-include-for-definition-of-NULL.patch b/main/nfs-utils/0002-Fix-header-include-for-definition-of-NULL.patch
deleted file mode 100644
index ef359b9759..0000000000
--- a/main/nfs-utils/0002-Fix-header-include-for-definition-of-NULL.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From bf56f9f7a782a8b854f698bf2b452c790ebc2e93 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Wed, 12 Feb 2014 13:43:34 +0000
-Subject: [PATCH] Fix header include for definition of NULL
-
-NULL is defined in stdlib.h so we need to include that.
-
-Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
----
- support/include/sockaddr.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/support/include/sockaddr.h b/support/include/sockaddr.h
-index a1c30f9..446b537 100644
---- a/support/include/sockaddr.h
-+++ b/support/include/sockaddr.h
-@@ -27,6 +27,7 @@
- #ifdef HAVE_LIBIO_H
- #include <libio.h>
- #endif
-+#include <stdlib.h>
- #include <stdbool.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
---
-2.0.4
-