Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include Remove (completely unused) definition ...
details: https://anonhg.NetBSD.org/src/rev/ae613d08c514
branches: trunk
changeset: 533166:ae613d08c514
user: perry <perry%NetBSD.org@localhost>
date: Sun Jun 23 17:07:58 2002 +0000
description:
Remove (completely unused) definition of CLK_TCK. Nothing in the
kernel uses it, it is protected by _KERNEL, and it conflicts with the
definition in userland.
diffstat:
sys/arch/hppa/include/limits.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 562e7c4d737d -r ae613d08c514 sys/arch/hppa/include/limits.h
--- a/sys/arch/hppa/include/limits.h Sun Jun 23 16:54:00 2002 +0000
+++ b/sys/arch/hppa/include/limits.h Sun Jun 23 17:07:58 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: limits.h,v 1.1 2002/06/05 01:04:22 fredette Exp $ */
+/* $NetBSD: limits.h,v 1.2 2002/06/23 17:07:58 perry Exp $ */
/* $OpenBSD: limits.h,v 1.2 2000/07/31 20:06:02 millert Exp $ */
@@ -64,10 +64,6 @@
#define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */
-#ifdef _KERNEL
-#define CLK_TCK 60 /* ticks per second */
-#endif
-
/*
* According to ANSI (section 2.2.4.2), the values below must be usable by
* #if preprocessing directives. Additionally, the expression must have the
Home |
Main Index |
Thread Index |
Old Index