Subject: Re: stuck with -current (19990216)
To: Andreas Eltrich <elchy@dahoam.de>
From: Krister Walfridsson <cato@df.lth.se>
List: current-users
Date: 02/20/1999 11:56:56
On Wed, 17 Feb 1999, Andreas Eltrich wrote:

> Last weekend I tried to upgrade again, but the build failed while linting
> libc:
> 
> [...]
> lint -chapbxzF -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS 
>  -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DRESOLVSORT 
>  -I. -DPOSIX_MISTAKE -DFLOATING_POINT -i /usr/src/lib/libc/stdio/vfprintf.c
> /usr/src/lib/libc/stdio/vfprintf.c(497): cannot dereference non-pointer type
> /usr/src/lib/libc/stdio/vfprintf.c(499): cannot dereference non-pointer type
> /usr/src/lib/libc/stdio/vfprintf.c(501): cannot dereference non-pointer type
> /usr/src/lib/libc/stdio/vfprintf.c(503): cannot dereference non-pointer type
> *** Error code 1

I fixed this problem yesterday (it was a lint-only version of the va_arg
macro in src/sys/arch/sparc/include/stdarg.h that was a bit too much
simplified), so using the source after the sup scan should be OK.

   /Krister