summaryrefslogtreecommitdiffstats
path: root/package/wvstreams/0005-getuid.patch
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2016-10-15 16:51:06 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 23:14:45 +0200
commit3534399db48cfd066ff45a2bfa2ee0998024a9ab (patch)
tree9aa243ce519a40502e0f865bda32f3aad8c62bf4 /package/wvstreams/0005-getuid.patch
parent152d4b66c4006f297076ca170749ed25c5a33b70 (diff)
downloadbuildroot-3534399db48cfd066ff45a2bfa2ee0998024a9ab.tar.gz
buildroot-3534399db48cfd066ff45a2bfa2ee0998024a9ab.zip
wvstreams: remove deprecated package
We will remove BR2_DEPRECATED, so remove this deprecated package. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/wvstreams/0005-getuid.patch')
-rw-r--r--package/wvstreams/0005-getuid.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/wvstreams/0005-getuid.patch b/package/wvstreams/0005-getuid.patch
deleted file mode 100644
index 60150665ce..0000000000
--- a/package/wvstreams/0005-getuid.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-[PATCH] wvuid.cc: getuid needs sys/types.h + unistd.h
-
-Otherwise the build fails with:
-
-utils/wvuid.cc: In function 'wvuid_t wvgetuid()':
-utils/wvuid.cc:63:19: error: 'getuid' was not declared in this scope
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- utils/wvuid.cc | 2 ++
- 1 file changed, 2 insertions(+)
-
-Index: wvstreams-4.6.1/utils/wvuid.cc
-===================================================================
---- wvstreams-4.6.1.orig/utils/wvuid.cc
-+++ wvstreams-4.6.1/utils/wvuid.cc
-@@ -33,6 +33,8 @@
-
- #else // not WIN32
-
-+#include <unistd.h>
-+#include <sys/types.h>
-
- WvString wv_username_from_uid(wvuid_t uid)
- {
OpenPOWER on IntegriCloud