blob: 9dcf87b28b2c8ce0473ebe4c29b5c5a9f94ba77d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** local.h Tue Oct 8 14:58:35 1996
--- local.h Tue Oct 8 15:00:07 1996
***************
*** 75,81 ****
--- 75,83 ----
#if !defined (__linux__)
extern "C" int gethostname (char* hostname, int len);
+ #if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__))
extern char* SYS_SIGLIST [];
+ #endif
#endif
#ifdef __osf__
|