diff options
author | minoura <minoura@pkgsrc.org> | 2000-03-18 02:31:30 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2000-03-18 02:31:30 +0000 |
commit | 5d4f68f33f468423866081b5d22273639c4356f7 (patch) | |
tree | a22ee11eb2867c06f93e17e09ce7ffea1aa8e791 /editors/emacs | |
parent | 7326121faad9200611ae771db5a30b40c30db83e (diff) | |
download | pkgsrc-5d4f68f33f468423866081b5d22273639c4356f7.tar.gz |
Garbage in the previous commit. Thanks to Sean Doran <smd@ebone.net>.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/files/patch-sum | 4 | ||||
-rw-r--r-- | editors/emacs/patches/patch-aj | 7 |
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 */ + |