diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2004-04-18 19:28:57 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-04-18 19:28:57 +0000 |
| commit | 77de1faccffd999c2a15750451a6d1ea0f382268 (patch) | |
| tree | e1723d39018c80f45d108ddc76bd33262bf3d2a5 /devel/ruby-rudl/files/patch-bitmask.c | |
| parent | Add duke3d 20012306, icculus Duke Nukem 3D port for various Operating (diff) | |
Update to 0.7.1 and unbreak.
Notes
Notes:
svn path=/head/; revision=107478
Diffstat (limited to 'devel/ruby-rudl/files/patch-bitmask.c')
| -rw-r--r-- | devel/ruby-rudl/files/patch-bitmask.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ruby-rudl/files/patch-bitmask.c b/devel/ruby-rudl/files/patch-bitmask.c new file mode 100644 index 000000000000..a1a543344641 --- /dev/null +++ b/devel/ruby-rudl/files/patch-bitmask.c @@ -0,0 +1,11 @@ +--- bitmask.c.orig Sat Sep 7 19:51:41 2002 ++++ bitmask.c Mon Apr 19 04:20:51 2004 +@@ -26,7 +26,7 @@ + *Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-#include <malloc.h> ++#include <stdlib.h> + #include "bitmask.h" + + #define MIN(a,b) ((a) < (b) ? (a) : (b)) |
