$OpenBSD: patch-vfs_extfs_iso9660_in,v 1.1 2005/09/27 13:37:50 robert Exp $
--- vfs/extfs/iso9660.in.orig	Tue Sep 27 15:32:16 2005
+++ vfs/extfs/iso9660.in	Tue Sep 27 15:33:26 2005
@@ -65,7 +65,7 @@
 	$ISOINFO -i "$1" -x "/$2" > "$3" 
 }
 
-save_ctype=`locale | grep LC_CTYPE`
+save_ctype=`locale 2>/dev/null | grep LC_CTYPE`
 LC_ALL=C
 
 cmd="$1"
