diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-09 03:02:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-09 03:02:04 +0000 |
commit | d461c2ec113ee085c4b65362fb85a1d35fde71bc (patch) | |
tree | 4478f0c256dca19c09d94854c24d0156bf0374c0 /sys-apps/acl/files | |
parent | Bump (diff) | |
download | gentoo-2-d461c2ec113ee085c4b65362fb85a1d35fde71bc.tar.gz gentoo-2-d461c2ec113ee085c4b65362fb85a1d35fde71bc.tar.bz2 gentoo-2-d461c2ec113ee085c4b65362fb85a1d35fde71bc.zip |
Version bump #292842 by Mr. Anderson.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/acl/files')
-rw-r--r-- | sys-apps/acl/files/acl-2.2.49-quote-strchr.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-apps/acl/files/acl-2.2.49-quote-strchr.patch b/sys-apps/acl/files/acl-2.2.49-quote-strchr.patch new file mode 100644 index 000000000000..d2510da24eea --- /dev/null +++ b/sys-apps/acl/files/acl-2.2.49-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 + |