diff options
author | Will Andrews <will@FreeBSD.org> | 2000-03-22 02:32:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-03-22 02:32:41 +0000 |
commit | d932eda69711c7dff4393230228628a7df6ac2fa (patch) | |
tree | 005982ffa376249b25a605afd5c8d6039f800742 /games/heretic/files/patch-ac | |
parent | af4a01863e3263e8ea7c84935dea4a4a89652f72 (diff) | |
download | ports-d932eda69711c7dff4393230228628a7df6ac2fa.tar.gz ports-d932eda69711c7dff4393230228628a7df6ac2fa.zip |
Notes
Diffstat (limited to 'games/heretic/files/patch-ac')
-rw-r--r-- | games/heretic/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/heretic/files/patch-ac b/games/heretic/files/patch-ac new file mode 100644 index 000000000000..74df663cd98a --- /dev/null +++ b/games/heretic/files/patch-ac @@ -0,0 +1,19 @@ +--- 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> |