freebsd-ports/games/heretic/files/patch-af
Will Andrews d932eda697 New port for Linux port of Heretic. Currently the port only
supports X11 library graphics. I will fix it later to allow the
use of OpenGL/Mesa well as the other libraries that Heretic
has been ported to work with in the Unix world.

PR:		17194
2000-03-22 02:32:41 +00:00

11 lines
274 B
Text

--- sndserv/soundsrv.c Mon Mar 22 20:06:59 1999
+++ sndserv/soundsrv.c.new Sun Feb 13 03:54:46 2000
@@ -43,7 +43,7 @@
#include <sys/ioctl.h>
#include <unistd.h>
#include <stdlib.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <sys/stat.h>
#include <sys/time.h>