Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio ansi prototype



details:   https://anonhg.NetBSD.org/src/rev/f90c8e00fb6b
branches:  trunk
changeset: 778222:f90c8e00fb6b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 20 01:42:59 2012 +0000

description:
ansi prototype

diffstat:

 lib/libc/stdio/stdio.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r cc8b3f43728f -r f90c8e00fb6b lib/libc/stdio/stdio.c
--- a/lib/libc/stdio/stdio.c    Tue Mar 20 00:31:24 2012 +0000
+++ b/lib/libc/stdio/stdio.c    Tue Mar 20 01:42:59 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdio.c,v 1.19 2012/03/15 18:22:30 christos Exp $      */
+/*     $NetBSD: stdio.c,v 1.20 2012/03/20 01:42:59 christos Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)stdio.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: stdio.c,v 1.19 2012/03/15 18:22:30 christos Exp $");
+__RCSID("$NetBSD: stdio.c,v 1.20 2012/03/20 01:42:59 christos Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -108,8 +108,7 @@
 }
 
 int
-__sclose(cookie)
-       void *cookie;
+__sclose(void *cookie)
 {
 
        _DIAGASSERT(cookie != NULL);



Home | Main Index | Thread Index | Old Index