ports/games/doom/files/patch-sndserv__wadread.c
Jean-Marc Zucconi 1f155c3f99 Sanitize the fetch target.
Update version number.
Replace post-patch with real patch files.

PR:		ports/87111
Submitted by:	edwin
2005-10-10 11:33:30 +00:00

11 lines
228 B
C

--- sndserv/wadread.c.orig Sat Oct 8 17:15:05 2005
+++ sndserv/wadread.c Sat Oct 8 17:15:09 2005
@@ -39,7 +39,7 @@
-#include <malloc.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <stdio.h>