$OpenBSD$
--- indra/newview/llinventorymodel.cpp.orig	Thu Mar 22 01:35:12 2007
+++ indra/newview/llinventorymodel.cpp	Sat Mar 24 22:20:44 2007
@@ -2177,7 +2177,7 @@ void LLInventoryModel::processInventoryF
 		const char* filename = info->mFilenameAndPath.c_str();
 		const char* ext = filename + strlen(filename) - 6;
 		char dst_filename[LL_MAX_PATH];
-		if(0 == strnicmp(ext, "gz", 2))
+		if(0 == strncasecmp(ext, "gz", 2))
 		{
 			// it's a gz file. decmpress it.
 			dst_filename[0] = '\0';
