Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time Oops, missed type change in previous.
details: https://anonhg.NetBSD.org/src/rev/cdb5861d1cd2
branches: trunk
changeset: 507810:cdb5861d1cd2
user: kleink <kleink%NetBSD.org@localhost>
date: Sat Mar 31 18:45:38 2001 +0000
description:
Oops, missed type change in previous.
diffstat:
lib/libc/time/localtime.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f1521909b835 -r cdb5861d1cd2 lib/libc/time/localtime.c
--- a/lib/libc/time/localtime.c Sat Mar 31 18:34:50 2001 +0000
+++ b/lib/libc/time/localtime.c Sat Mar 31 18:45:38 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: localtime.c,v 1.25 2001/03/31 18:29:21 kleink Exp $ */
+/* $NetBSD: localtime.c,v 1.26 2001/03/31 18:45:38 kleink Exp $ */
/*
** This file is in the public domain, so clarified as of
@@ -10,7 +10,7 @@
#if 0
static char elsieid[] = "@(#)localtime.c 7.70";
#else
-__RCSID("$NetBSD: localtime.c,v 1.25 2001/03/31 18:29:21 kleink Exp $");
+__RCSID("$NetBSD: localtime.c,v 1.26 2001/03/31 18:45:38 kleink Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -229,7 +229,7 @@
static struct tm tm;
#ifdef USG_COMPAT
-time_t timezone = 0;
+long int timezone = 0;
int daylight = 0;
#endif /* defined USG_COMPAT */
Home |
Main Index |
Thread Index |
Old Index