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.42.2.1 retrieving revision 1.43 diff -u -p -r1.42.2.1 -r1.43 --- src/include/stdio.h 2002/05/24 22:05:51 1.42.2.1 +++ src/include/stdio.h 2002/05/24 06:17:29 1.43 @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.42.2.1 2002/05/24 22:05:51 perry Exp $ */ +/* $NetBSD: stdio.h,v 1.43 2002/05/24 06:17:29 thorpej Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -383,7 +383,7 @@ __END_DECLS * (unlike vfscanf) the name __svfscanf is guaranteed not to collide * with a user function when _ANSI_SOURCE or _POSIX_SOURCE is defined. */ -#define vfscanf(fp, fmt, va) __svfscanf((fp), (fmt), (va)) +#define vfscanf __svfscanf /* * Stdio function-access interface.