Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Need to include "reentrant.h" for FLOCKFILE m...



details:   https://anonhg.NetBSD.org/src/rev/7195e28d4c49
branches:  trunk
changeset: 480855:7195e28d4c49
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Fri Jan 21 23:12:33 2000 +0000

description:
Need to include "reentrant.h" for FLOCKFILE macros.

diffstat:

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

diffs (26 lines):

diff -r 802d4aca024d -r 7195e28d4c49 lib/libc/stdio/vfscanf.c
--- a/lib/libc/stdio/vfscanf.c  Fri Jan 21 22:57:54 2000 +0000
+++ b/lib/libc/stdio/vfscanf.c  Fri Jan 21 23:12:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfscanf.c,v 1.25 2000/01/21 19:56:07 mycroft Exp $     */
+/*     $NetBSD: vfscanf.c,v 1.26 2000/01/21 23:12:33 wrstuden Exp $    */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)vfscanf.c  8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: vfscanf.c,v 1.25 2000/01/21 19:56:07 mycroft Exp $");
+__RCSID("$NetBSD: vfscanf.c,v 1.26 2000/01/21 23:12:33 wrstuden Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -59,6 +59,7 @@
 #endif
 
 #include "local.h"
+#include "reentrant.h"
 
 #ifdef FLOATING_POINT
 #include "floatio.h"



Home | Main Index | Thread Index | Old Index