summaryrefslogtreecommitdiff
path: root/devel/mime/files/patch-util.h
blob: 20047f2620284d7779e743fa3712f8a8a0011260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- util.h.orig	Sun Oct 30 23:39:40 2005
+++ util.h	Sun Oct 30 23:39:56 2005
@@ -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