summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminoura <minoura>2000-03-18 02:31:30 +0000
committerminoura <minoura>2000-03-18 02:31:30 +0000
commit966051a3d8e95b04b96b4cb32a7819ef69cf84f7 (patch)
treea22ee11eb2867c06f93e17e09ce7ffea1aa8e791 /editors
parentcf0d3fa28c026fa59ca13c988db106cd11cffb19 (diff)
downloadpkgsrc-966051a3d8e95b04b96b4cb32a7819ef69cf84f7.tar.gz
Garbage in the previous commit. Thanks to Sean Doran <smd@ebone.net>.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/files/patch-sum4
-rw-r--r--editors/emacs/patches/patch-aj7
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/emacs/files/patch-sum b/editors/emacs/files/patch-sum
index 2334100ed03..6c5ee0113b9 100644
--- a/editors/emacs/files/patch-sum
+++ b/editors/emacs/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.10 2000/03/16 15:40:21 minoura Exp $
+$NetBSD: patch-sum,v 1.11 2000/03/18 02:31:30 minoura Exp $
MD5 (patch-aa) = 41d31356a0b856d789ded3ef10bb4349
MD5 (patch-ab) = 8ccfa30c06be5b92e3e0842d2ced41ac
@@ -8,7 +8,7 @@ MD5 (patch-af) = 139ec0b39a8bad5ab5cdc2c3785a59de
MD5 (patch-ag) = 8b9c6e8c913adad34c90bfa432e88b02
MD5 (patch-ah) = f5d65419396384577c9fc01395b4c056
MD5 (patch-ai) = 3dcf3fe270ee92f099fc8dcdd5e286f9
-MD5 (patch-aj) = e923a667da601c89dc3a45581becb4dd
+MD5 (patch-aj) = 2564ee7fd36464c63d3e221c398781a8
MD5 (patch-ak) = ef7fabe3fea75d799d8628d155a8b72c
MD5 (patch-aw) = ea21e8b5919296b3e7f31eb2a738136a
MD5 (patch-ax) = 46750ed00d5bff9fea4f330b0ca0fc41
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 */
+