summaryrefslogtreecommitdiff
path: root/net/mrt
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-18 22:02:35 +0000
committerjoerg <joerg>2005-12-18 22:02:35 +0000
commit1a082e372fa5641e90dc86c51406f1c80520265a (patch)
tree66dc28d1466ab945566fc8dc37096dfc1a0f44b8 /net/mrt
parenteff31dbceb67624384c71fc360af28ee26627022 (diff)
downloadpkgsrc-1a082e372fa5641e90dc86c51406f1c80520265a.tar.gz
Fix errno.
Diffstat (limited to 'net/mrt')
-rw-r--r--net/mrt/distinfo3
-rw-r--r--net/mrt/patches/patch-ac20
2 files changed, 22 insertions, 1 deletions
diff --git a/net/mrt/distinfo b/net/mrt/distinfo
index d30c5f00bcc..e18f52a0625 100644
--- a/net/mrt/distinfo
+++ b/net/mrt/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:53 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/18 22:12:12 joerg Exp $
SHA1 (mrt-2.2.2a-Aug11.tar.gz) = 6290a0b8d5539fddbd562d8dec64deb291dd3369
RMD160 (mrt-2.2.2a-Aug11.tar.gz) = e62d3b06d802757cbb1aa4225713b8bf7523ba77
Size (mrt-2.2.2a-Aug11.tar.gz) = 596596 bytes
SHA1 (patch-aa) = b3d4121b5d94f6bc6b702e6c72e3565adf19d74e
SHA1 (patch-ab) = 6f2d358eb50ccd7c8caa11cb3bff9f6b6232b8dd
+SHA1 (patch-ac) = 2fc1c1f19848c90f7344813090fc7c96de121702
SHA1 (patch-ad) = bbc017a99d34ee3bd6eecad077102b10c7e83349
diff --git a/net/mrt/patches/patch-ac b/net/mrt/patches/patch-ac
new file mode 100644
index 00000000000..8b30e45f8f6
--- /dev/null
+++ b/net/mrt/patches/patch-ac
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 2005/12/18 22:12:12 joerg Exp $
+
+--- lib/io/io.c.orig 2005-12-18 22:04:17.000000000 +0000
++++ lib/io/io.c
+@@ -8,6 +8,7 @@
+ */
+
+
++#include <errno.h>
+ #include <mrt.h>
+ #ifndef NT
+ #include <sys/ipc.h>
+@@ -610,7 +611,6 @@ get_destq (char *client)
+ int server_qid;
+ int need_rm = 1;
+ ARB_MSG_Struct msg;
+- extern int errno;
+
+ /* Get a mailbox endpoint to receive the message from the server.
+ Try to create one first; if it already exists, assume we made it