freebsd-ports/games/heretic/files/patch-sndserv_wadread.c
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

11 lines
205 B
C

--- sndserv/wadread.c.orig 1999-11-25 10:24:49 UTC
+++ sndserv/wadread.c
@@ -39,7 +39,7 @@
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <stdio.h>