Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/stand/bootblock/txlt Include <string.h> for s...



details:   https://anonhg.NetBSD.org/src/rev/b1b3005689ca
branches:  trunk
changeset: 766332:b1b3005689ca
user:      he <he%NetBSD.org@localhost>
date:      Mon Jun 20 20:25:47 2011 +0000

description:
Include <string.h> for strncmp() prototype.

diffstat:

 sys/arch/amiga/stand/bootblock/txlt/txlt.l |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 80e213cae952 -r b1b3005689ca sys/arch/amiga/stand/bootblock/txlt/txlt.l
--- a/sys/arch/amiga/stand/bootblock/txlt/txlt.l        Mon Jun 20 20:24:59 2011 +0000
+++ b/sys/arch/amiga/stand/bootblock/txlt/txlt.l        Mon Jun 20 20:25:47 2011 +0000
@@ -7,7 +7,9 @@
 \ [._A-Za-z][A-Za-z0-9_.]*/\,          munchit(yytext);
 .                                      putchar(*yytext);
 %%
-/*     $NetBSD: txlt.l,v 1.4 2001/12/17 05:45:08 mhitch Exp $  */
+/*     $NetBSD: txlt.l,v 1.5 2011/06/20 20:25:47 he Exp $      */
+
+#include <string.h>
 
 void
 munchit(s)



Home | Main Index | Thread Index | Old Index