mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c7159045d6
and certification mechanism. PR: ports/6182 Submitted by: Issei Suzuki <issei@t-cnet.or.jp
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
--- ../../SSLtelnet-0.11/lib/libbsd/inet_addr.c Sat Jun 15 18:28:34 1996
|
|
+++ ./lib/libbsd/inet_addr.c Sun Mar 29 14:33:07 1998
|
|
@@ -37,7 +37,7 @@
|
|
|
|
#if defined(__GNUC__)
|
|
|
|
-#if defined(__bsdi__) || defined(SUNOS) && !defined(SOLARIS2)
|
|
+#if defined(__bsdi__) || defined(SUNOS) && !defined(SOLARIS2) || defined(__FreeBSD__)
|
|
|
|
/* nothing required for SunOS 4.1.x */
|
|
|