emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Wed, 04 Jan 2006 17:51:58 +0000

Index: emacs/src/process.c
diff -u emacs/src/process.c:1.469 emacs/src/process.c:1.470
--- emacs/src/process.c:1.469   Wed Jan  4 00:16:54 2006
+++ emacs/src/process.c Wed Jan  4 17:51:58 2006
@@ -118,6 +118,14 @@
 #include <sys/wait.h>
 #endif
 
+/* Disable IPv6 support for w32 until someone figures out how to do it
+   properly.  */
+#ifdef WINDOWSNT
+# ifdef AF_INET6
+#  undef AF_INET6
+# endif
+#endif
+
 #include "lisp.h"
 #include "systime.h"
 #include "systty.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]