diff options
author | minskim <minskim> | 2007-06-17 19:11:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-06-17 19:11:37 +0000 |
commit | 5d3473f3dbfcc00ef3b7c9afe5e90f41830de7d1 (patch) | |
tree | f0143ebc844cc737a7c23c700fc95e2367867410 /games/nagi/patches | |
parent | ff7cbe3ec27fd1d4318f5d1d98b5986badd9ca9b (diff) | |
download | pkgsrc-5d3473f3dbfcc00ef3b7c9afe5e90f41830de7d1.tar.gz |
Use stdlib.h instead of non-standard malloc.h.
Diffstat (limited to 'games/nagi/patches')
-rw-r--r-- | games/nagi/patches/patch-aq | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nagi/patches/patch-aq b/games/nagi/patches/patch-aq new file mode 100644 index 00000000000..bdbf163f197 --- /dev/null +++ b/games/nagi/patches/patch-aq @@ -0,0 +1,13 @@ +$NetBSD: patch-aq,v 1.1 2007/06/17 19:11:37 minskim Exp $ + +--- logic/logic_base.c.orig 2002-11-01 02:32:28.000000000 -0800 ++++ logic/logic_base.c +@@ -17,7 +17,7 @@ R_Logic1364 cseg + R_Logic13A5 cseg 000013A5 0000002F + */ + +-#include <malloc.h> ++#include <stdlib.h> + + #include "../agi.h" + |