summaryrefslogtreecommitdiff
blob: 5380675fd1e512972a2e9f8636f81b71d8d392be (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libmisc/old/xmalloc.c	2004-04-21 09:15:20.000000000 +0000
+++ libmisc/xmalloc.c	2004-04-21 09:32:50.000000000 +0000
@@ -13,7 +13,7 @@
 RCSID ("$Id: shadow-4.0.4.1-gcc34-xmalloc.patch,v 1.1.1.1 2005/11/30 09:57:05 chriswhite Exp $")
 #include <stdio.h>
 #include "defines.h"
-extern char *malloc ();
+extern void *malloc (size_t size);
 
 char *xmalloc (size_t size)
 {