Subject: make build prob
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 11/06/1997 15:45:21
Supped source from Nov  6 11:44 GMT gave me:

===> usr.bin/xlint/llib
lint -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix
llib-lposix:
stat.h(226): syntax error
stat.h(227): syntax error

/usr/include/sys/stat.h:

/*      $NetBSD: stat.h,v 1.26.2.2 1997/11/04 23:34:57 thorpej Exp $ */
#ifdef __LIBC12_SOURCE__
int     stat __P((const char *, struct stat12 *));
int     fstat __P((int, struct stat12 *));
int     __stat13 __P((const char *, struct stat *));
int     __fstat13 __P((int, struct stat *));
#else
int     stat __P((const char *, struct stat *)) __RENAME(__stat13);
int     fstat __P((int, struct stat *))         __RENAME(__fstat13);
#endif

and said lines are after the else. I'll try again, but if someone
knows I did something wrong, please shout!

Patrick