Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/include remove definition of CLOCKS_PER_SEC pr...



details:   https://anonhg.NetBSD.org/src/rev/562e7c4d737d
branches:  trunk
changeset: 533165:562e7c4d737d
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Jun 23 16:54:00 2002 +0000

description:
remove definition of CLOCKS_PER_SEC protected by #ifdef KERNEL. It is
used nowhere, and KERNEL is defined nowhere (vs. _KERNEL).

diffstat:

 sys/arch/x68k/include/limits.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (18 lines):

diff -r dec672db3b31 -r 562e7c4d737d sys/arch/x68k/include/limits.h
--- a/sys/arch/x68k/include/limits.h    Sun Jun 23 12:20:10 2002 +0000
+++ b/sys/arch/x68k/include/limits.h    Sun Jun 23 16:54:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: limits.h,v 1.2 1998/01/09 22:24:08 perry Exp $ */
+/*     $NetBSD: limits.h,v 1.3 2002/06/23 16:54:00 perry Exp $ */
 
 #ifndef        _MACHINE_LIMITS_H_
 #define        _MACHINE_LIMITS_H_
@@ -6,8 +6,4 @@
 /* Just use the common m68k definition */
 #include <m68k/limits.h>
 
-#ifdef KERNEL
-#define CLOCKS_PER_SEC 100
-#endif
-
 #endif /* _MACHINE_LIMITS_H_ */



Home | Main Index | Thread Index | Old Index