From 10a73f5a159a66102c9189356fd8af12341012d4 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Mon, 31 Oct 2005 00:47:29 +0000 Subject: Fix compile when >= 6.0 PR: 88253 Submitted by: "Boris B. Samorodov" --- devel/mime/files/patch-util.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/mime/files/patch-util.h (limited to 'devel/mime/files/patch-util.h') diff --git a/devel/mime/files/patch-util.h b/devel/mime/files/patch-util.h new file mode 100644 index 000000000000..20047f262028 --- /dev/null +++ b/devel/mime/files/patch-util.h @@ -0,0 +1,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 -- cgit v1.2.3