=================================================================== RCS file: /cvs/prex-old/usr/lib/libc/stdio/vscanf.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/usr/lib/libc/stdio/vscanf.c 2008/06/03 10:38:48 1.1.1.1 +++ prex-old/usr/lib/libc/stdio/vscanf.c 2008/08/13 17:12:38 1.1.1.1.2.1 @@ -35,7 +35,7 @@ int vscanf(fmt, ap) const char *fmt; - _BSD_VA_LIST_ ap; + va_list ap; { return (__svfscanf(stdin, fmt, ap));