$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; }