diff options
Diffstat (limited to 'www/eaccelerator/files/patch-mm.c')
-rw-r--r-- | www/eaccelerator/files/patch-mm.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/eaccelerator/files/patch-mm.c b/www/eaccelerator/files/patch-mm.c new file mode 100644 index 000000000000..f431f570a081 --- /dev/null +++ b/www/eaccelerator/files/patch-mm.c @@ -0,0 +1,10 @@ +--- mm.c.orig Thu May 29 16:32:06 2003 ++++ mm.c Thu May 29 16:32:16 2003 +@@ -11,7 +11,6 @@ + + #include <sys/types.h> + #include <sys/stat.h> +-#include <malloc.h> + #include <errno.h> + #include <string.h> + #include <stdlib.h> |