--- shadow-4.0.4.1/libmisc/xmalloc.c 2003-04-22 05:59:22.000000000 -0500 +++ shadow-4.0.4.1/libmisc/xmalloc_.c 2004-04-10 16:09:53.172575296 -0500 @@ -13,7 +13,8 @@ RCSID ("$Id: xmalloc.c,v 1.4 2003/04/22 10:59:22 kloczek Exp $") #include #include "defines.h" -extern char *malloc (); +/* Removed the following line due to build errors with gcc 3.4 */ +/* #extern char *malloc (); */ char *xmalloc (size_t size) {