summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cb
blob: 1e2466c9cb969c44c65d2ccb636e237149c14791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
 }