summaryrefslogtreecommitdiff
path: root/editors/emacs/patches
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2000-03-18 02:31:30 +0000
committerminoura <minoura@pkgsrc.org>2000-03-18 02:31:30 +0000
commit5d4f68f33f468423866081b5d22273639c4356f7 (patch)
treea22ee11eb2867c06f93e17e09ce7ffea1aa8e791 /editors/emacs/patches
parent7326121faad9200611ae771db5a30b40c30db83e (diff)
downloadpkgsrc-5d4f68f33f468423866081b5d22273639c4356f7.tar.gz
Garbage in the previous commit. Thanks to Sean Doran <smd@ebone.net>.
Diffstat (limited to 'editors/emacs/patches')
-rw-r--r--editors/emacs/patches/patch-aj7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/emacs/patches/patch-aj b/editors/emacs/patches/patch-aj
index 4d82ab30e0e..2e24b19c1a8 100644
--- a/editors/emacs/patches/patch-aj
+++ b/editors/emacs/patches/patch-aj
@@ -1,7 +1,8 @@
-$NetBSD: patch-aj,v 1.5 2000/03/16 15:40:22 minoura Exp $
+$NetBSD: patch-aj,v 1.6 2000/03/18 02:31:31 minoura Exp $
+
--- src/process.c.orig Tue Feb 15 19:16:26 2000
-+++ src/process.c Fri Mar 17 00:02:40 2000
++++ src/process.c Sat Mar 18 11:17:04 2000
@@ -1,7 +1,18 @@
+/*
+ * Locally hacked process.c to add ipv6 support. -wsr
@@ -160,7 +161,7 @@ $NetBSD: patch-aj,v 1.5 2000/03/16 15:40:22 minoura Exp $
+ report_file_error ("connection failed",
+ Fcons (host, Fcons (name, Qnil)));
+ }
-+ } /* address loop */
++ /* address loop */
+ freeaddrinfo(res);
+#else /* HAVE_GETADDRINFO */
+