Subject: __RENAME business
To: RiscBSD <port-arm32@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-arm32
Date: 06/02/1998 10:47:06
I can't remember how to get around:

# pwd
/usr/src/usr.bin/xlint/llib
# make
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
*** Error code 1

# ident /usr/include/sys/stat.h
/usr/include/sys/stat.h:
     $NetBSD: stat.h,v 1.35 1998/05/05 21:25:05 kleink Exp $

#ifdef __LIBC12_SOURCE__
...
#else
int     stat __P((const char *, struct stat *)) __RENAME(__stat13);  
int     fstat __P((int, struct stat *))         __RENAME(__fstat13); 
#endif 


This is with a current kernel, 1.3-alpha binaries, but a newly
compiled lint. I remember having seen this before, but can't remember
what to do about it! Can anyone jog my memory?

Cheers,

Patrick