[evolution-patches] fix for e-host-utils.c for Mac OS X and IPv6
- From: Jeffrey Stedfast <fejj ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] fix for e-host-utils.c for Mac OS X and IPv6
- Date: 28 Apr 2003 18:44:38 -0400
Jeff
--
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com - www.ximian.com
? macosx.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/e-util/ChangeLog,v
retrieving revision 1.383
diff -u -r1.383 ChangeLog
--- ChangeLog 24 Apr 2003 17:05:13 -0000 1.383
+++ ChangeLog 28 Apr 2003 22:43:02 -0000
@@ -1,3 +1,8 @@
+2003-04-28 Jeffrey Stedfast <fejj ximian com>
+
+ * e-host-utils.c: Added #include <netinet/in.h> for the
+ sockaddr_in6 typedef for at least MacOS X.
+
2003-04-17 Jeffrey Stedfast <fejj ximian com>
* e-host-utils.c (e_gethostbyname_r): Keep our buf ptr aligned to
Index: e-host-utils.c
===================================================================
RCS file: /cvs/gnome/evolution/e-util/e-host-utils.c,v
retrieving revision 1.13
diff -u -r1.13 e-host-utils.c
--- e-host-utils.c 24 Apr 2003 17:05:13 -0000 1.13
+++ e-host-utils.c 28 Apr 2003 22:43:02 -0000
@@ -32,6 +32,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]