pkgsrc/parallel/glunix/patches/patch-cd
2000-05-27 09:53:36 +00:00

13 lines
443 B
Text

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