summaryrefslogtreecommitdiff
path: root/libc/timezone/zdump.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-12-05 21:37:43 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-12-05 21:37:43 +0000
commitb1c243824ff52877c270658e9c66083930e78ac8 (patch)
treecfb3a2ba1b5913033deb9e0387c1a0b9a3295d44 /libc/timezone/zdump.c
parentddd02823a270adb6fe6eb8c55d90142a63a738c1 (diff)
downloadeglibc2-b1c243824ff52877c270658e9c66083930e78ac8.tar.gz
Merge changes between r677 and r858 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@859 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/timezone/zdump.c')
-rw-r--r--libc/timezone/zdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/timezone/zdump.c b/libc/timezone/zdump.c
index b5dd09b86..ae4d286b1 100644
--- a/libc/timezone/zdump.c
+++ b/libc/timezone/zdump.c
@@ -385,7 +385,7 @@ _("%s: usage is %s [ --version ] [ -v ] [ -c [loyear,]hiyear ] zonename ...\n"),
}
if (fflush(stdout) || ferror(stdout)) {
(void) fprintf(stderr, "%s: ", progname);
- (void) perror(_("Error writing standard output"));
+ (void) perror(_("Error writing to standard output"));
exit(EXIT_FAILURE);
}
exit(EXIT_SUCCESS);
@@ -423,7 +423,7 @@ _("%s: use of -v on system with floating time_t other than float or double\n"),
t = t1;
t1 = 2 * t1 + 1;
}
-
+
absolute_max_time = t;
t = -t;
absolute_min_time = t - 1;