Subject: popper.h....
To: None <port-mac68k@NetBSD.ORG>
From: The Unseen <ian@solserver.mitre.org>
List: port-mac68k
Date: 09/21/1995 11:23:58
In compiling popper for NetBSD/mac68k I've come upon two compile
problems
I'm not sure how to solve. The first is:
*extern char * sys_errlist[];
The error I keep seeing is:
popper.h:67: conflicting types for `sys_errlist'
/usr/include/stdio.h:237: previous declaration of `sys_errlist'
If I comment this line is popper.h out everything compiles fine but
strange behaviour is the result...
The second is:
extern char * sys_siglist[];
I comment out the first line above and compile...
popper.h:68: conflicting types for `sys_siglist'
/usr/include/signal.h:50: previous declaration of `sys_siglist'
Ideas anyone? Any help is welcome
Ian
m19318@mitre.org