1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- ext/fts1/fts1_porter.c.orig Sun Oct 1 13:01:13 2006 +++ ext/fts1/fts1_porter.c Sun Dec 3 14:45:17 2006 @@ -26,11 +26,7 @@ #include <assert.h> -#if !defined(__APPLE__) -#include <malloc.h> -#else #include <stdlib.h> -#endif #include <stdio.h> #include <string.h> #include <ctype.h>