aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-rudl/files/patch-bitmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-rudl/files/patch-bitmask.c')
-rw-r--r--devel/ruby-rudl/files/patch-bitmask.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ruby-rudl/files/patch-bitmask.c b/devel/ruby-rudl/files/patch-bitmask.c
deleted file mode 100644
index a1a543344641..000000000000
--- a/devel/ruby-rudl/files/patch-bitmask.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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))