Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/stdio.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/stdio.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- src/include/stdio.h 2002/11/30 03:04:44 1.46 +++ src/include/stdio.h 2002/12/20 20:59:22 1.47 @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.46 2002/11/30 03:04:44 lukem Exp $ */ +/* $NetBSD: stdio.h,v 1.47 2002/12/20 20:59:22 atatat Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -257,7 +257,7 @@ int vprintf __P((const char * __restric 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