summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-bz
diff options
context:
space:
mode:
authorwiz <wiz>2000-05-27 09:53:36 +0000
committerwiz <wiz>2000-05-27 09:53:36 +0000
commit4dd15f9daf9de446393198dce015ba4cd2c3bfaa (patch)
tree9c6341331ba4a50c9565fab980d3ceb362aa2e01 /parallel/glunix/patches/patch-bz
parentf702df62e2ce6b3f4675d92de614a568db9868cc (diff)
downloadpkgsrc-4dd15f9daf9de446393198dce015ba4cd2c3bfaa.tar.gz
Use user/group instead of addnerd; while I'm here, make it compile again,
and fix binary package.
Diffstat (limited to 'parallel/glunix/patches/patch-bz')
-rw-r--r--parallel/glunix/patches/patch-bz13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-bz b/parallel/glunix/patches/patch-bz
new file mode 100644
index 00000000000..e2e72e4519b
--- /dev/null
+++ b/parallel/glunix/patches/patch-bz
@@ -0,0 +1,13 @@
+$NetBSD: patch-bz,v 1.1 2000/05/27 09:53:37 wiz Exp $
+
+--- glunix/src/msg/cmsg_msg.h.orig Fri May 26 12:27:03 2000
++++ glunix/src/msg/cmsg_msg.h Fri May 26 12:27:18 2000
+@@ -106,7 +106,7 @@
+
+ struct Msg_Error {
+ Msg_MsgType msgType;
+- int errno;
++ int Msg_errno;
+ };
+
+ struct MsgMsg_Snoop {