mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d932eda697
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
20 lines
370 B
Plaintext
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>
|