From c06ff599ddc3c3d890ca2967a54217ed1a7a9a04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist-=C3=85strand?= Date: Sun, 10 Mar 2002 18:41:52 +0000 Subject: [PATCH] afsmonitor-strcasestr-in-freebsd-not-netbsd-20020310 1.5 and current have no strcasestr --- src/afsmonitor/afsmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5