summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-cc
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/glunix/patches/patch-cc')
-rw-r--r--parallel/glunix/patches/patch-cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-cc b/parallel/glunix/patches/patch-cc
new file mode 100644
index 00000000000..b60c542e74a
--- /dev/null
+++ b/parallel/glunix/patches/patch-cc
@@ -0,0 +1,13 @@
+$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;