Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen The prototype for fmtcheck is in <stdio.h> so w...



details:   https://anonhg.NetBSD.org/src/rev/c2f279678e31
branches:  trunk
changeset: 499290:c2f279678e31
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Nov 16 02:10:18 2000 +0000

description:
The prototype for fmtcheck is in <stdio.h> so we'd better include it.

diffstat:

 lib/libc/gen/fmtcheck.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5785dc5def7c -r c2f279678e31 lib/libc/gen/fmtcheck.c
--- a/lib/libc/gen/fmtcheck.c   Thu Nov 16 01:56:05 2000 +0000
+++ b/lib/libc/gen/fmtcheck.c   Thu Nov 16 02:10:18 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fmtcheck.c,v 1.2 2000/11/01 01:17:20 briggs Exp $      */
+/*     $NetBSD: fmtcheck.c,v 1.3 2000/11/16 02:10:18 matt Exp $        */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,12 +37,13 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fmtcheck.c,v 1.2 2000/11/01 01:17:20 briggs Exp $");
+__RCSID("$NetBSD: fmtcheck.c,v 1.3 2000/11/16 02:10:18 matt Exp $");
 #endif
 
 #include "namespace.h"
 
 #include <stdlib.h>
+#include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 



Home | Main Index | Thread Index | Old Index