Subject: Re: RENAME(__stat13) prob
To: Patrick Welche <prlw1@cam.ac.uk>
From: Frederick Bruckman <fredb@fb.sa.enteract.com>
List: current-users
Date: 06/03/1998 09:53:07
Wild guess: is your kernel compiled with "options COMPAT_13"?
On Wed, 3 Jun 1998, Patrick Welche wrote:
> How does one get past the following (while building current):
>
> /usr/src/usr.bin/xlint/llib:
>
> lint -Cposix llib-lposix
> llib-lposix:
> stat.h(257): syntax error
> stat.h(258): syntax error
> stdio.h(260): syntax error
> unistd.h(201): syntax error
>
>
> /usr/include/sys/stat.h:
>
> #ifdef __LIBC12_SOURCE__
> ...
> #else
> int stat __P((const char *, struct stat *)) __RENAME(__stat13);
> int fstat __P((int, struct stat *)) __RENAME(__fstat13);
> #endif
>
> sys/cdefs.h:#define __RENAME(a) __symbolrename(a)
>
> ?
>
> NetBSD/arm32-current kernel, 1.3-alpha userland