public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/btyacc/files: btyacc-3.0-includes.patch
@ 2008-10-31  6:19 Stephanie J. Lockwood-Childs (wormo)
  0 siblings, 0 replies; only message in thread
From: Stephanie J. Lockwood-Childs (wormo) @ 2008-10-31  6:19 UTC (permalink / raw
  To: gentoo-commits

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"
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-31  6:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31  6:19 [gentoo-commits] gentoo-x86 commit in dev-util/btyacc/files: btyacc-3.0-includes.patch Stephanie J. Lockwood-Childs (wormo)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox