freebsd-ports/devel/mime/files/patch-util.h
Marcus Alves Grando 10a73f5a15 Fix compile when >= 6.0
PR:		88253
Submitted by:	"Boris B. Samorodov" <bsam@ipt.ru>
2005-10-31 00:47:29 +00:00

10 lines
252 B
C

--- 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