summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-06 14:40:26 +0000
committerru <ru@FreeBSD.org>2001-04-06 14:40:26 +0000
commit49e5408725da3218a124fe80b74ff856b0091b24 (patch)
treebeacc1725ff86093d01ebfa5b49120777ab3509b /usr.bin/kdump
parente90c8b37cfcce6a9546e2bf197a7ac8c4cef0e58 (diff)
downloadFreeBSD-src-49e5408725da3218a124fe80b74ff856b0091b24.zip
FreeBSD-src-49e5408725da3218a124fe80b74ff856b0091b24.tar.gz
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>
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 e166a15..1f1cb81 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).
OpenPOWER on IntegriCloud