summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cb
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/glunix/patches/patch-cb')
-rw-r--r--parallel/glunix/patches/patch-cb13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-cb b/parallel/glunix/patches/patch-cb
new file mode 100644
index 00000000000..1e2466c9cb9
--- /dev/null
+++ b/parallel/glunix/patches/patch-cb
@@ -0,0 +1,13 @@
+$NetBSD: patch-cb,v 1.1 2000/05/27 09:53:38 wiz Exp $
+
+--- glunix/src/msg/cmsg_msg.cc.orig Fri May 26 12:24:58 2000
++++ glunix/src/msg/cmsg_msg.cc Fri May 26 12:25:18 2000
+@@ -186,7 +186,7 @@
+
+ fprintf(filePtr, "MSG_ERROR msgType ");
+ Msg_PrintMsgType(filePtr, newMsgPtr->msgType);
+- fprintf(filePtr, ", errno %d\n", newMsgPtr->errno);
++ fprintf(filePtr, ", errno %d\n", newMsgPtr->Msg_errno);
+
+ return;
+ }