=================================================================== RCS file: /cvs/prex-old/usr/lib/libc/gen/vwarnx.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/gen/vwarnx.c 2008/06/03 10:38:47 1.1.1.1 +++ prex-old/usr/lib/libc/gen/vwarnx.c 2008/08/13 17:12:37 1.1.1.1.2.1 @@ -39,7 +39,7 @@ void vwarn(fmt, ap) const char *fmt; - _BSD_VA_LIST_ ap; + va_list ap; { if (fmt != NULL) vfprintf(stderr, fmt, ap);