1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/libsocket++/files/patch-aa
David E. O'Brien f82486aae5 Socket++ is a iostream like C++ class library for the UNIX and INET
domains of sockets and protocols.

Submitted by:	Narvi <narvi@haldjas.folklore.ee>
Closes-PR:	ports/2532
1997-02-07 23:54:07 +00:00

15 lines
377 B
Plaintext

*** 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__