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.41.2.7 retrieving revision 1.46 diff -u -p -r1.41.2.7 -r1.46 --- src/include/stdio.h 2002/12/29 23:12:16 1.41.2.7 +++ src/include/stdio.h 2002/11/30 03:04:44 1.46 @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.41.2.7 2002/12/29 23:12:16 thorpej Exp $ */ +/* $NetBSD: stdio.h,v 1.46 2002/11/30 03:04:44 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -251,15 +251,13 @@ FILE *tmpfile __P((void)); int ungetc __P((int, FILE *)); int vfprintf __P((FILE * __restrict, const char * __restrict, _BSD_VA_LIST_)); -int vfprintf_unlocked __P((FILE * __restrict, const char * __restrict, - _BSD_VA_LIST_)); int vprintf __P((const char * __restrict, _BSD_VA_LIST_)); #ifndef __AUDIT__ char *gets __P((char *)); int sprintf __P((char * __restrict, const char * __restrict, ...)); char *tmpnam __P((char *)); -int vsprintf __P((char * __restrict, const char * __restrict, +int vsprintf __P((char * __resitrct, const char * __restrict, _BSD_VA_LIST_)); #endif @@ -296,9 +294,11 @@ __END_DECLS !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE - 0) >= 199506L || \ (_XOPEN_SOURCE - 0) >= 500 || defined(_REENTRANT) __BEGIN_DECLS +#if 0 /* not yet */ void flockfile __P((FILE *)); int ftrylockfile __P((FILE *)); void funlockfile __P((FILE *)); +#endif /* 0 */ int getc_unlocked __P((FILE *)); int getchar_unlocked __P((void)); int putc_unlocked __P((int, FILE *));