mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
13 lines
326 B
Diff
13 lines
326 B
Diff
|
diff -u xcuckoo.orig/xcuckoo.c xcuckoo/xcuckoo.c
|
||
|
--- xcuckoo.orig/xcuckoo.c 1992-05-05 02:38:34.000000000 -0500
|
||
|
+++ xcuckoo/xcuckoo.c 2007-02-28 13:10:37.000000000 -0600
|
||
|
@@ -37,7 +37,7 @@
|
||
|
#include "version.h"
|
||
|
#include "patchlevel.h"
|
||
|
|
||
|
-extern char *malloc();
|
||
|
+extern void *malloc();
|
||
|
|
||
|
/* R4 concession */
|
||
|
#ifndef XPointer
|