afsmonitor-strcasestr-in-freebsd-not-netbsd-20020310
authorLove Hörnquist-Åstrand <lha@e.kth.se>
Sun, 10 Mar 2002 18:41:52 +0000 (18:41 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 10 Mar 2002 18:41:52 +0000 (18:41 +0000)
1.5 and current have no strcasestr

src/afsmonitor/afsmonitor.c

index 9d3e8a7..f399e8b 100644 (file)
@@ -274,7 +274,7 @@ extern char *cm_categories[]; /* cache manager data category names */
 
 
 
-#ifndef AFS_XBSD_ENV
+#ifndef AFS_FBSD_ENV
 /*     
         strcasestr(): Return first occurence of pattern s2 in s1, case 
        insensitive.