Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev No point in forcing SECDAY to be a long int.
details: https://anonhg.NetBSD.org/src/rev/4cd28b3611a4
branches: trunk
changeset: 495324:4cd28b3611a4
user: pk <pk%NetBSD.org@localhost>
date: Wed Jul 26 11:07:45 2000 +0000
description:
No point in forcing SECDAY to be a long int.
diffstat:
sys/dev/clock_subr.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 338013855f54 -r 4cd28b3611a4 sys/dev/clock_subr.h
--- a/sys/dev/clock_subr.h Wed Jul 26 11:01:01 2000 +0000
+++ b/sys/dev/clock_subr.h Wed Jul 26 11:07:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock_subr.h,v 1.3 2000/07/25 22:38:14 pk Exp $ */
+/* $NetBSD: clock_subr.h,v 1.4 2000/07/26 11:07:45 pk Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
#define TOBCD(x) (((x) / 10 * 16) + ((x) % 10))
/* Some handy constants. */
-#define SECDAY 86400UL
+#define SECDAY 86400
#define SECYR (SECDAY * 365)
Home |
Main Index |
Thread Index |
Old Index