About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
wormo 08/10/31 06:19:17 Added: btyacc-3.0-includes.patch Log: include missing header since gcc-4.3 is pickier about such things, patch courtesy of Elias Pipping (bug #240950) (Portage version: 2.1.4.5) Revision Changes Path 1.1 dev-util/btyacc/files/btyacc-3.0-includes.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/btyacc/files/btyacc-3.0-includes.patch?rev=1.1&view=markup 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 Index: btyacc-3.0-includes.patch =================================================================== --- mstring.c +++ mstring.c @@ -1,6 +1,7 @@ #include <stdlib.h> #include <stdio.h> #include <stdarg.h> +#include <string.h> #include <ctype.h> #include "mstring.h"
Updated Oct 16, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.