Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include specify size of the array to help -fmudflap
details: https://anonhg.NetBSD.org/src/rev/d243189c2427
branches: trunk
changeset: 778884:d243189c2427
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 18 19:30:15 2012 +0000
description:
specify size of the array to help -fmudflap
diffstat:
include/stdio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c90b5c00bb94 -r d243189c2427 include/stdio.h
--- a/include/stdio.h Wed Apr 18 19:29:01 2012 +0000
+++ b/include/stdio.h Wed Apr 18 19:30:15 2012 +0000
@@ -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 @@
} FILE;
__BEGIN_DECLS
-extern FILE __sF[];
+extern FILE __sF[3];
__END_DECLS
#define __SLBF 0x0001 /* line buffered */
Home |
Main Index |
Thread Index |
Old Index