diff options
Diffstat (limited to 'security/xorsearch/files/patch-XORSearch.c')
-rw-r--r-- | security/xorsearch/files/patch-XORSearch.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/xorsearch/files/patch-XORSearch.c b/security/xorsearch/files/patch-XORSearch.c new file mode 100644 index 000000000000..b42befea1a63 --- /dev/null +++ b/security/xorsearch/files/patch-XORSearch.c @@ -0,0 +1,10 @@ +--- XORSearch.c.orig Tue Dec 18 07:27:32 2007 ++++ XORSearch.c Tue Dec 18 07:27:38 2007 +@@ -20,7 +20,6 @@ + #include <stdio.h>
+ #include <stdlib.h>
+ #include <sys/stat.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <limits.h>
|