summaryrefslogtreecommitdiff
blob: 9222ff27699e88b4e557b7177180cbdff31d397c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Remove incorrect prototypes of the 'strcasecmp' and 'strncasecmp' functions.
See also: https://bugs.gentoo.org/show_bug.cgi?id=594054

--- a/misclib-v2.2/include/ndb_misclib.h
+++ b/misclib-v2.2/include/ndb_misclib.h
@@ -167,10 +167,6 @@
 #define NDB_MSG_BUFFER_LEN    200000
 
 
-#if !defined(HAVE_STRCASECMP)
-int strcasecmp (const char *s1, const char *s2);
-int strncasecmp (const char *s1, const char *s2, unsigned int n);
-#endif 
 /*
  *   ndb_misclib.c prototypes
  */