aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mime/files/patch-util.h
blob: 582e8a8421e9a0cac3cf3228236b81ee0df9264e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./util.h.orig   2003-09-16 01:37:19.000000000 +0200
+++ ./util.h    2014-02-18 11:11:32.989336888 +0100
@@ -30,6 +30,6 @@
 #ifndef _UTIL_H_
 #define _UTIL_H_
 
-char *memmem(const char *, int, const char *, int);
+char *memmemory(const char *, int, const char *, int);
 
 #endif