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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Thu, 05 Jan 2006 09:24:11 +0000

Index: emacs/src/process.c
diff -u emacs/src/process.c:1.470 emacs/src/process.c:1.471
--- emacs/src/process.c:1.470   Wed Jan  4 17:51:58 2006
+++ emacs/src/process.c Thu Jan  5 09:24:11 2006
@@ -2921,7 +2921,7 @@
   tem = Fplist_get (contact, QCfamily);
   if (NILP (tem))
     {
-#ifdef HAVE_GETADDRINFO
+#if defined(HAVE_GETADDRINFO) && defined(AF_INET6)
       family = AF_UNSPEC;
 #else
       family = AF_INET;




reply via email to

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