summaryrefslogtreecommitdiffstats
path: root/main/acl/quote-strchr.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-10-26 09:44:49 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-10-26 09:44:49 +0000
commit650c08badb6229254f7625ffdbb9e566558e3649 (patch)
treea6d8641680b784f18b7c7766692100c12dd1577e /main/acl/quote-strchr.patch
parent5de5094384d557f870ff2406a8bc02e251aab388 (diff)
downloadaports-650c08badb6229254f7625ffdbb9e566558e3649.tar.bz2
aports-650c08badb6229254f7625ffdbb9e566558e3649.tar.xz
testing/acl: moved to main
Diffstat (limited to 'main/acl/quote-strchr.patch')
-rw-r--r--main/acl/quote-strchr.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/acl/quote-strchr.patch b/main/acl/quote-strchr.patch
new file mode 100644
index 000000000..d2510da24
--- /dev/null
+++ b/main/acl/quote-strchr.patch
@@ -0,0 +1,25 @@
+From 7565e4fcb9209782ed02f3caff246cf5ea816674 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger <vapier@gentoo.org>
+Date: Fri, 8 Jan 2010 21:28:31 -0500
+Subject: [PATCH] quote: pull in string.h for strchr prototype
+
+Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+---
+ libmisc/quote.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/libmisc/quote.c b/libmisc/quote.c
+index f98c887..bf8f9eb 100644
+--- a/libmisc/quote.c
++++ b/libmisc/quote.c
+@@ -20,6 +20,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <ctype.h>
++#include <string.h>
+ #include "misc.h"
+
+ const char *quote(const char *str, const char *quote_chars)
+--
+1.6.6
+