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.6 retrieving revision 1.46 diff -u -p -r1.41.2.6 -r1.46 --- src/include/stdio.h 2002/12/10 06:42:45 1.41.2.6 +++ src/include/stdio.h 2002/11/30 03:04:44 1.46 @@ -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.46 2002/11/30 03:04:44 lukem Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -251,8 +251,6 @@ 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__ @@ -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 *));