diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
commit | ed3fc3b620d7329f831f48e3389d67531646ef8b (patch) | |
tree | 0a42eca1c1ab7788ea2342975f551b1a6729f673 /games/xsoldier | |
parent | 897dd28aa4c9ee145480eb5dd168b961a57340a0 (diff) | |
download | pkgsrc-ed3fc3b620d7329f831f48e3389d67531646ef8b.tar.gz |
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'games/xsoldier')
-rw-r--r-- | games/xsoldier/distinfo | 4 | ||||
-rw-r--r-- | games/xsoldier/patches/patch-ad | 17 |
2 files changed, 15 insertions, 6 deletions
diff --git a/games/xsoldier/distinfo b/games/xsoldier/distinfo index a198ebfdc70..dadd252be4e 100644 --- a/games/xsoldier/distinfo +++ b/games/xsoldier/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2001/09/14 03:48:06 jlam Exp $ +$NetBSD: distinfo,v 1.4 2004/05/23 23:28:29 danw Exp $ SHA1 (xsoldier-0.96.tar.gz) = af16dbe1506cdd519a099ed58e26a5569400bea2 Size (xsoldier-0.96.tar.gz) = 82413 bytes SHA1 (patch-aa) = 26eb8778cf418e092e321bed04aee302135d2cbc SHA1 (patch-ab) = 464407fb6e9e0af33b57d7dfc17a58acb1591f0a SHA1 (patch-ac) = 3551fd7507aa0ff8faeb9cdc8e2addc03dbc1274 -SHA1 (patch-ad) = 2d4b158bd7200b7228de4dc5e082b75e1d191adb +SHA1 (patch-ad) = 5689b9f211b89aebbc65eeabaac35531ab3ab819 diff --git a/games/xsoldier/patches/patch-ad b/games/xsoldier/patches/patch-ad index 3eaa9307f8c..b0a543bcd4e 100644 --- a/games/xsoldier/patches/patch-ad +++ b/games/xsoldier/patches/patch-ad @@ -1,7 +1,16 @@ -$NetBSD: patch-ad,v 1.1 1999/12/23 01:44:03 wiz Exp $ ---- manage.c.orig Mon Feb 24 17:20:07 1997 -+++ manage.c Wed Dec 22 02:32:19 1999 -@@ -306,7 +306,7 @@ PlayerData *NewPlayerData(void) +$NetBSD: patch-ad,v 1.2 2004/05/23 23:28:29 danw Exp $ + +--- manage.c.orig Mon Feb 24 11:20:07 1997 ++++ manage.c +@@ -9,7 +9,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <malloc.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + +@@ -306,7 +305,7 @@ PlayerData *NewPlayerData(void) if ((pw=getpwuid(getuid())) == NULL) sprintf(name,"%d",getuid()); else |