Source-Changes-HG archive

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

[src/nathanw_sa]: src/include Sync with HEAD.



details:   https://anonhg.NetBSD.org/src/rev/d4d0a21108e7
branches:  nathanw_sa
changeset: 506633:d4d0a21108e7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Dec 29 23:12:16 2002 +0000

description:
Sync with HEAD.

diffstat:

 include/stdio.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5774789340d -r d4d0a21108e7 include/stdio.h
--- a/include/stdio.h   Sun Dec 29 21:59:09 2002 +0000
+++ b/include/stdio.h   Sun Dec 29 23:12:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdio.h,v 1.41.2.6 2002/12/10 06:42:45 thorpej Exp $   */
+/*     $NetBSD: stdio.h,v 1.41.2.7 2002/12/29 23:12:16 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -259,7 +259,7 @@
 char   *gets __P((char *));
 int     sprintf __P((char * __restrict, const char * __restrict, ...));
 char   *tmpnam __P((char *));
-int     vsprintf __P((char * __resitrct, const char * __restrict,
+int     vsprintf __P((char * __restrict, const char * __restrict,
            _BSD_VA_LIST_));
 #endif
 



Home | Main Index | Thread Index | Old Index