pentoo-overlay/app-misc/ovaldi/files/ovaldi-5.8.2-strnicmp.patch
2010-12-09 16:24:52 +00:00

11 lines
292 B
Diff

--- src/Main.h.old 2010-10-22 14:59:13.000000000 +0200
+++ src/Main.h 2010-10-22 14:59:38.000000000 +0200
@@ -38,7 +38,7 @@
#endif
#ifdef LINUX
-# define STRNICMP strnicmp
+# define STRNICMP strncasecmp
#elif defined SUNOS
# define STRNICMP strncasecmp
#elif defined DARWIN