=================================================================== RCS file: /cvs/prex-old/usr/lib/libc/stdio/vsscanf.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/vsscanf.c 2008/06/03 10:38:48 1.1.1.1 +++ prex-old/usr/lib/libc/stdio/vsscanf.c 2008/08/13 17:12:38 1.1.1.1.2.1 @@ -37,7 +37,7 @@ vsscanf(str, fmt, ap) const char *str; const char *fmt; - _BSD_VA_LIST_ ap; + va_list ap; { FILE f;