From ca5a32edc27533e2f199f604e6c310e80a3e1f07 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 18 Apr 2012 19:30:15 +0000 Subject: [PATCH] specify size of the array to help -fmudflap --- include/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/stdio.h b/include/stdio.h index 14db8435dedf..d5055bd587e6 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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 */