diff options
Diffstat (limited to 'sys/arch/hppa/include/limits.h')
-rw-r--r-- | sys/arch/hppa/include/limits.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/limits.h b/sys/arch/hppa/include/limits.h index 9785e87c5ba..e8f263ef10d 100644 --- a/sys/arch/hppa/include/limits.h +++ b/sys/arch/hppa/include/limits.h @@ -1,4 +1,4 @@ -/* $OpenBSD: limits.h,v 1.4 2002/03/05 19:11:23 miod Exp $ */ +/* $OpenBSD: limits.h,v 1.5 2002/04/20 22:25:29 mickey Exp $ */ /* * Copyright (c) 1992-1994, The University of Utah and @@ -64,11 +64,6 @@ #define CHAR_BIT 8 /* number of bits in a char */ #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 |