--- ./spider/globals.h.orig 1991-09-28 13:46:20.000000000 -0400 +++ ./spider/globals.h 2006-09-03 00:27:45.000000000 -0400 @@ -96,6 +96,6 @@ Bool can_get_help_files(); #endif -extern char *malloc(); -extern char *calloc(); +extern void *malloc(); +extern void *calloc(); extern char *realloc(); --- ./xcolormap/Makefile.orig 2006-09-03 00:27:05.000000000 -0400 +++ ./xcolormap/Makefile 2006-09-03 00:28:13.000000000 -0400 @@ -3,7 +3,7 @@ PROGRAM = xcolormap OBJS = xcolormap.o -LIBS = -lm -L /usr/X11R6/lib -lXt -lX11 +LIBS = -lm -L /usr/X11R6/lib64 -lXt -lX11 all: $(PROGRAM) --- ./xcuckoo/xcuckoo.c.orig 1992-05-05 03:38:34.000000000 -0400 +++ ./xcuckoo/xcuckoo.c 2006-09-03 00:28:57.000000000 -0400 @@ -37,7 +37,7 @@ #include "version.h" #include "patchlevel.h" -extern char *malloc(); +extern void *malloc(); /* R4 concession */ #ifndef XPointer --- ./xlander/xlander.h.orig 1995-06-17 21:23:00.000000000 -0400 +++ ./xlander/xlander.h 2006-09-03 00:29:22.000000000 -0400 @@ -108,7 +108,7 @@ DATABASE *DBInit (), *DBInitFromData (), *LoadDataBase (); void DBInsert (), DBFinish (), DBPlot (), SwapBuffers (), exit (); #ifndef _AIX -char *malloc (); +void *malloc (); #endif double atof (); #ifdef sun