Source-Changes-HG archive

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

[src/trunk]: src/bin/sh add stdio.h



details:   https://anonhg.NetBSD.org/src/rev/700da1c66fa5
branches:  trunk
changeset: 790299:700da1c66fa5
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 02 21:48:55 2013 +0000

description:
add stdio.h

diffstat:

 bin/sh/parser.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 9d9abf50a50d -r 700da1c66fa5 bin/sh/parser.c
--- a/bin/sh/parser.c   Wed Oct 02 21:38:55 2013 +0000
+++ b/bin/sh/parser.c   Wed Oct 02 21:48:55 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parser.c,v 1.84 2013/10/02 19:52:58 christos Exp $     */
+/*     $NetBSD: parser.c,v 1.85 2013/10/02 21:48:55 christos Exp $     */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,10 +37,11 @@
 #if 0
 static char sccsid[] = "@(#)parser.c   8.7 (Berkeley) 5/16/95";
 #else
-__RCSID("$NetBSD: parser.c,v 1.84 2013/10/02 19:52:58 christos Exp $");
+__RCSID("$NetBSD: parser.c,v 1.85 2013/10/02 21:48:55 christos Exp $");
 #endif
 #endif /* not lint */
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
 



Home | Main Index | Thread Index | Old Index