1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/heretic/files/patch-ac
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

20 lines
370 B
Plaintext

--- w_wad.c Sat Oct 23 05:02:21 1999
+++ w_wad.c.new Sun Feb 13 03:52:25 2000
@@ -15,7 +15,6 @@
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
-#include <malloc.h>
#include <assert.h>
#include <fcntl.h>
#include <sys/stat.h>
@@ -26,8 +25,6 @@
#define O_BINARY 0
#endif /* UNIX */
-
-#include <malloc.h>
#ifdef __GLIBC__
#include <sys/io.h>