diff options
Diffstat (limited to 'parallel/glunix/patches/patch-ce')
-rw-r--r-- | parallel/glunix/patches/patch-ce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-ce b/parallel/glunix/patches/patch-ce new file mode 100644 index 00000000000..44eb8e81a5d --- /dev/null +++ b/parallel/glunix/patches/patch-ce @@ -0,0 +1,13 @@ +$NetBSD: patch-ce,v 1.1 2000/05/27 09:53:38 wiz Exp $ + +--- glunix/src/perf/lperf.cc.orig Fri Sep 5 21:30:09 1997 ++++ glunix/src/perf/lperf.cc Fri May 26 14:56:21 2000 +@@ -128,7 +128,7 @@ + NULL /* callback function */, 0 /* callback arg */)); + + #ifdef DEBUG +- debug_cleanupCallbacks->Add((void (*)(int, void *))Perf_Cleanup, NULL); ++ debug_cleanupCallbacks->Add((void (*)(int, void *))Perf_Cleanup, 0); + #endif + + return True; |