diff options
author | wiz <wiz@pkgsrc.org> | 2000-05-27 09:53:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-05-27 09:53:36 +0000 |
commit | c248c6d7b9610091e7fd3f790016960d7ff495e7 (patch) | |
tree | 9c6341331ba4a50c9565fab980d3ceb362aa2e01 /parallel/glunix/patches/patch-cd | |
parent | 3744359bcc609e0557a5a043c19fadb329dfe6d1 (diff) | |
download | pkgsrc-c248c6d7b9610091e7fd3f790016960d7ff495e7.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-cd | 13 |
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; |