aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-06 14:40:26 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-06 14:40:26 +0000
commit207ef320ab5f2524b27b0cb3c5ac52ab8263160a (patch)
tree86d95b2d2e593d71ac5def27b5bdede640b054df /usr.bin/kdump
parent0873af5d5f53c45b1e30cab2918571289e59045a (diff)
downloadsrc-207ef320ab5f2524b27b0cb3c5ac52ab8263160a.tar.gz
src-207ef320ab5f2524b27b0cb3c5ac52ab8263160a.zip
Execute this script in a "C" locale environment.
Currently, cs_CZ.ISO_8859-2 locale's collation sequence is broken, and this caused grep(1) to skip some include files. Reported by: Michal Mertl <mime@traveller.cz>
Notes
Notes: svn path=/head/; revision=75261
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/mkioctls2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index e166a15bfd0b..1f1cb817bc95 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -14,6 +14,8 @@ if [ -z "$1" ]; then
exit 1
fi
+LC_ALL=C; export LC_ALL
+
# Build a list of headers that have ioctls in them.
# XXX should we use an ANSI cpp?
# XXX netipx conflicts with netns (leave out netns).