--- ./libmisc/xmalloc.c.old 2004-04-22 07:05:35.260248320 -0400 +++ ./libmisc/xmalloc.c 2004-04-22 07:06:35.775048672 -0400 @@ -16,7 +16,7 @@ #include "defines.h" -extern char *malloc(); +extern void *malloc (size_t size); char * xmalloc(size_t size)