diff options
Diffstat (limited to 'devel/mime/files/patch-util.c')
-rw-r--r-- | devel/mime/files/patch-util.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/mime/files/patch-util.c b/devel/mime/files/patch-util.c deleted file mode 100644 index 1159aba63a17..000000000000 --- a/devel/mime/files/patch-util.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./util.c.orig 2003-09-16 01:37:19.000000000 +0200 -+++ ./util.c 2014-02-18 11:11:32.986338150 +0100 -@@ -31,7 +31,7 @@ - - #if 0 - char * --memmem(const char *big, int blen, const char *lit, int llen) -+memmemory(const char *big, int blen, const char *lit, int llen) - { - const char *pos; - -@@ -61,7 +61,7 @@ - } - - const char * --memmem(const char *T, size_t n, const char *P, size_t m) -+memmemory(const char *T, size_t n, const char *P, size_t m) - { - static unsigned int q = 4294967291u; - static unsigned int d = 256; |