Gentoo Archives: gentoo-commits

From: "Stephanie J. Lockwood-Childs (wormo)" <wormo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/btyacc/files: btyacc-3.0-includes.patch
Date: Fri, 31 Oct 2008 06:19:27
Message-Id: E1KvnLp-0000bq-4B@stork.gentoo.org
1 wormo 08/10/31 06:19:17
2
3 Added: btyacc-3.0-includes.patch
4 Log:
5 include missing header since gcc-4.3 is pickier about such things,
6 patch courtesy of Elias Pipping (bug #240950)
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.1 dev-util/btyacc/files/btyacc-3.0-includes.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/files/btyacc-3.0-includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/files/btyacc-3.0-includes.patch?rev=1.1&content-type=text/plain
14
15 Index: btyacc-3.0-includes.patch
16 ===================================================================
17 --- mstring.c
18 +++ mstring.c
19 @@ -1,6 +1,7 @@
20 #include <stdlib.h>
21 #include <stdio.h>
22 #include <stdarg.h>
23 +#include <string.h>
24 #include <ctype.h>
25 #include "mstring.h"