From 1cf986230dca0a66b5c560dd582eba4a35763ee1 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 1 Apr 2002 03:55:43 +0000 Subject: Remove internal strcasestr implementation. Port still broken on -current due to kernel changes. --- comms/mwavem/files/patch-aa | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 comms/mwavem/files/patch-aa (limited to 'comms') diff --git a/comms/mwavem/files/patch-aa b/comms/mwavem/files/patch-aa new file mode 100644 index 000000000000..beac3ad08f55 --- /dev/null +++ b/comms/mwavem/files/patch-aa @@ -0,0 +1,23 @@ +--- src/mwmutil/mwmutil.c.orig Sun Mar 31 19:49:06 2002 ++++ src/mwmutil/mwmutil.c Sun Mar 31 19:49:52 2002 +@@ -62,20 +62,6 @@ + static int fileSize=0; + static char file[0x10000]; + +-static char * strcasestr (const char *big, const char *little) +-{ +-char * p; +- +-p = big; +-while (*p) +- { +- if (strncasecmp (p, little, strlen (little)) == 0) +- return p; +- p++; +- } +-return 0; +-} +- + int readFile(LPCTSTR lpFileName); + char *getKey(LPCTSTR lpKeyName, LPCTSTR lpSectionName, LPCTSTR lpFileName); + -- cgit v1.2.3