$OpenBSD$
--- indra/newview/llinventorymodel.cpp.orig	Fri Feb  9 23:49:33 2007
+++ indra/newview/llinventorymodel.cpp	Sun Feb 11 20:22:04 2007
@@ -2176,7 +2176,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';
