summaryrefslogtreecommitdiff
path: root/emulators/sms_sdl/patches
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-17 18:53:26 +0000
committerminskim <minskim>2007-06-17 18:53:26 +0000
commitff7cbe3ec27fd1d4318f5d1d98b5986badd9ca9b (patch)
tree6b57275b5bf2d5494c5dcf20d6d8189dfa7fd603 /emulators/sms_sdl/patches
parente28615a7b35ae5fa87a29029a1b5bc27c07285ff (diff)
downloadpkgsrc-ff7cbe3ec27fd1d4318f5d1d98b5986badd9ca9b.tar.gz
Do not use malloc.h.
Diffstat (limited to 'emulators/sms_sdl/patches')
-rw-r--r--emulators/sms_sdl/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/sms_sdl/patches/patch-aa b/emulators/sms_sdl/patches/patch-aa
new file mode 100644
index 00000000000..5326a802515
--- /dev/null
+++ b/emulators/sms_sdl/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/06/17 18:53:26 minskim Exp $
+
+--- shared.h.orig 2003-01-09 17:18:08.000000000 -0800
++++ shared.h
+@@ -2,7 +2,6 @@
+ #define _SHARED_H_
+
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <stdlib.h>
+ #include <math.h>