summaryrefslogtreecommitdiff
path: root/games/xdoom/patches/patch-au
blob: 33179bc25f50a363f25b8ff8d7efed23073749bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-au,v 1.4 2010/02/22 21:58:47 wiz Exp $

--- linuxdoom-1.10/w_wad.c.orig	1997-12-22 21:05:36.000000000 +0000
+++ linuxdoom-1.10/w_wad.c
@@ -31,10 +31,9 @@ rcsid[] = "$Id: w_wad.c,v 1.5 1997/02/03
 #include <sys/types.h>
 #include <string.h>
 #include <unistd.h>
-#include <malloc.h>
 #include <fcntl.h>
 #include <sys/stat.h>
-#include <alloca.h>
+#include <stdlib.h>
 #define O_BINARY		0
 #endif