mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
4d99a2b4e9
- Unbreak plist PR: ports/79977 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
20 lines
363 B
C
20 lines
363 B
C
--- cherokee/socket.h.orig Sun Mar 6 08:09:33 2005
|
|
+++ cherokee/socket.h Fri Apr 1 13:09:44 2005
|
|
@@ -45,12 +45,12 @@
|
|
# include <sys/socket.h>
|
|
#endif
|
|
|
|
-#ifdef HAVE_ARPA_INET_H
|
|
-# include <arpa/inet.h>
|
|
-#endif
|
|
-
|
|
#ifdef HAVE_NETINET_IN_H
|
|
# include <netinet/in.h>
|
|
+#endif
|
|
+
|
|
+#ifdef HAVE_ARPA_INET_H
|
|
+# include <arpa/inet.h>
|
|
#endif
|
|
|
|
#if defined(HAVE_GNUTLS)
|