From: Love Hörnquist-Åstrand Date: Sun, 10 Mar 2002 18:41:52 +0000 (+0000) Subject: afsmonitor-strcasestr-in-freebsd-not-netbsd-20020310 X-Git-Tag: openafs-devel_1_3_3~194 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c06ff599ddc3c3d890ca2967a54217ed1a7a9a04;p=packages%2Fo%2Fopenafs.git afsmonitor-strcasestr-in-freebsd-not-netbsd-20020310 1.5 and current have no strcasestr --- diff --git a/src/afsmonitor/afsmonitor.c b/src/afsmonitor/afsmonitor.c index 9d3e8a739..f399e8be3 100644 --- a/src/afsmonitor/afsmonitor.c +++ b/src/afsmonitor/afsmonitor.c @@ -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.