summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cd
blob: 7dd63d47bf038f7a738f3b84f3f20d661ea80aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;