pkgsrc/parallel/glunix/patches/patch-cc

14 lines
426 B
Text
Raw Normal View History

$NetBSD: patch-cc,v 1.1 2000/05/27 09:53:38 wiz Exp $
--- glunix/src/perf/dperf.cc.orig Fri Sep 5 21:30:09 1997
+++ glunix/src/perf/dperf.cc Fri May 26 14:50:36 2000
@@ -125,7 +125,7 @@
Perf_IncomingDaemonCalibrateReq);
#ifdef DEBUG
- debug_cleanupCallbacks->Add((void (*)(int, void *))Perf_Cleanup, NULL);
+ debug_cleanupCallbacks->Add((void (*)(int, void *))Perf_Cleanup, 0);
#endif
return True;