summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cd
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-cd
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-cd')
-rw-r--r--parallel/glunix/patches/patch-cd13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-cd b/parallel/glunix/patches/patch-cd
new file mode 100644
index 00000000000..7dd63d47bf0
--- /dev/null
+++ b/parallel/glunix/patches/patch-cd
@@ -0,0 +1,13 @@
+$NetBSD: patch-cd,v 1.1 2000/05/27 09:53:38 wiz Exp $
+
+--- glunix/src/part/lpart.cc.orig Mon Feb 3 03:42:06 1997
++++ glunix/src/part/lpart.cc Fri May 26 14:53:35 2000
+@@ -100,7 +100,7 @@
+ NULL /* callback function */, 0 /* callback arg */));
+
+ #ifdef DEBUG
+- debug_cleanupCallbacks->Add((void (*)(int, void *))Part_Cleanup, NULL);
++ debug_cleanupCallbacks->Add((void (*)(int, void *))Part_Cleanup, 0);
+ #endif
+
+ return True;