ports/games/uhexen/files/patch-src__w_wad.c
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

11 lines
304 B
C

--- src/w_wad.c 2003/02/10 14:47:45 1.1
+++ src/w_wad.c 2003/02/10 14:47:58
@@ -13,7 +13,7 @@
// HEADER FILES ------------------------------------------------------------
#include <sys/types.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>