diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-07 23:54:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-07 23:54:07 +0000 |
| commit | f82486aae5e59a35f2cecced353766532853fdf9 (patch) | |
| tree | 566b941639476a8386d7238d435a29d5da6fc53b /net/libsocket++/files/patch-aa | |
| parent | Enable the building of the french dictionary via a target (make french) (diff) | |
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
Diffstat (limited to 'net/libsocket++/files/patch-aa')
| -rw-r--r-- | net/libsocket++/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/libsocket++/files/patch-aa b/net/libsocket++/files/patch-aa new file mode 100644 index 000000000000..9dcf87b28b2c --- /dev/null +++ b/net/libsocket++/files/patch-aa @@ -0,0 +1,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__ |
