mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
10 lines
252 B
C
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
|