Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/acl/files: acl-2.2.49-quote-strchr.patch
Date: Sat, 09 Jan 2010 03:02:09
Message-Id: E1NTRaW-0007Bn-G1@stork.gentoo.org
1 vapier 10/01/09 03:02:04
2
3 Added: acl-2.2.49-quote-strchr.patch
4 Log:
5 Version bump #292842 by Mr. Anderson.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/acl/files/acl-2.2.49-quote-strchr.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/files/acl-2.2.49-quote-strchr.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/acl/files/acl-2.2.49-quote-strchr.patch?rev=1.1&content-type=text/plain
13
14 Index: acl-2.2.49-quote-strchr.patch
15 ===================================================================
16 From 7565e4fcb9209782ed02f3caff246cf5ea816674 Mon Sep 17 00:00:00 2001
17 From: Mike Frysinger <vapier@g.o>
18 Date: Fri, 8 Jan 2010 21:28:31 -0500
19 Subject: [PATCH] quote: pull in string.h for strchr prototype
20
21 Signed-off-by: Mike Frysinger <vapier@g.o>
22 ---
23 libmisc/quote.c | 1 +
24 1 files changed, 1 insertions(+), 0 deletions(-)
25
26 diff --git a/libmisc/quote.c b/libmisc/quote.c
27 index f98c887..bf8f9eb 100644
28 --- a/libmisc/quote.c
29 +++ b/libmisc/quote.c
30 @@ -20,6 +20,7 @@
31 #include <stdio.h>
32 #include <stdlib.h>
33 #include <ctype.h>
34 +#include <string.h>
35 #include "misc.h"
36
37 const char *quote(const char *str, const char *quote_chars)
38 --
39 1.6.6