summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-by
blob: 3387bc8f3c1d3cdbf1fd096ee4b95e9fe769f770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-by,v 1.1 2000/05/27 09:53:37 wiz Exp $

--- glunix/src/perf/cperf_msg.h.orig	Fri Sep  5 21:30:08 1997
+++ glunix/src/perf/cperf_msg.h	Fri May 26 12:28:00 2000
@@ -93,7 +93,7 @@
 
 struct MsgPerf_ObjectEnablementReply {
     Perf_Id  id;
-    int      errno;
+    int      Msg_errno;
     Bool     enabled;
 };