From 0fb10bd1ba1aa1343daf2fd9f7a1d42cd6304d79 Mon Sep 17 00:00:00 2001 From: deen <deen> Date: Tue, 22 Apr 2008 08:18:45 +0000 Subject: [PATCH] Set proper locale when generating wiretest.c. b=15566 --- lustre/ptlrpc/wiretest.c | 2 +- lustre/utils/wiretest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/ptlrpc/wiretest.c b/lustre/ptlrpc/wiretest.c index 25c7b7ddf2..243af8c0e3 100644 --- a/lustre/ptlrpc/wiretest.c +++ b/lustre/ptlrpc/wiretest.c @@ -31,7 +31,7 @@ void lustre_assert_wire_constants(void) /* Wire protocol assertions generated by 'wirecheck' * (make -C lustre/utils newwiretest) * running on Linux xlab.hostel 2.6.23.12-52.fc7 #1 SMP Tue Dec 18 21:18:02 EST 2007 i686 i68 - * with gcc верÑÐ¸Ñ 3.4.6 20060404 (Red Hat 3.4.6-7) */ + * with gcc version 3.4.6 20060404 (Red Hat 3.4.6-7) */ /* Constants... */ diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 869180777c..7558b47bb1 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -29,7 +29,7 @@ void lustre_assert_wire_constants(void) /* Wire protocol assertions generated by 'wirecheck' * (make -C lustre/utils newwiretest) * running on Linux xlab.hostel 2.6.23.12-52.fc7 #1 SMP Tue Dec 18 21:18:02 EST 2007 i686 i68 - * with gcc верÑÐ¸Ñ 3.4.6 20060404 (Red Hat 3.4.6-7) */ + * with gcc version 3.4.6 20060404 (Red Hat 3.4.6-7) */ /* Constants... */ -- GitLab