summaryrefslogtreecommitdiff
path: root/devel/mime/files/patch-util.h
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-31 00:47:29 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-31 00:47:29 +0000
commit10a73f5a159a66102c9189356fd8af12341012d4 (patch)
tree4dca281e66370e42af8896d2f909e0c5a6887ef6 /devel/mime/files/patch-util.h
parentUpdate to 0.8.7 (diff)
Fix compile when >= 6.0
PR: 88253 Submitted by: "Boris B. Samorodov" <bsam@ipt.ru>
Notes
Notes: svn path=/head/; revision=146791
Diffstat (limited to 'devel/mime/files/patch-util.h')
-rw-r--r--devel/mime/files/patch-util.h10
1 files changed, 10 insertions, 0 deletions
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