Module Name:    src
Committed By:   christos
Date:           Wed Apr 18 19:30:15 UTC 2012

Modified Files:
        src/include: stdio.h

Log Message:
specify size of the array to help -fmudflap


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/include/stdio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/stdio.h
diff -u src/include/stdio.h:1.81 src/include/stdio.h:1.82
--- src/include/stdio.h:1.81	Tue Mar 27 11:06:01 2012
+++ src/include/stdio.h	Wed Apr 18 15:30:15 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: stdio.h,v 1.81 2012/03/27 15:06:01 christos Exp $	*/
+/*	$NetBSD: stdio.h,v 1.82 2012/04/18 19:30:15 christos Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993
@@ -146,7 +146,7 @@ typedef	struct __sFILE {
 } FILE;
 
 __BEGIN_DECLS
-extern FILE __sF[];
+extern FILE __sF[3];
 __END_DECLS
 
 #define	__SLBF	0x0001		/* line buffered */

Reply via email to