diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-02-03 21:49:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-02-03 21:49:18 +0000 |
| commit | ee6075a391ccc0122d13b5fef88dcc0afe4caca9 (patch) | |
| tree | cbb4e831c788c4aeb3c3cce258389e134cd35973 | |
| parent | 339b0f68f21e63e6f1979af60c480335ef9ac9b2 (diff) | |
Notes
| -rw-r--r-- | sys/i386/include/_limits.h | 9 | ||||
| -rw-r--r-- | sys/i386/include/limits.h | 9 | ||||
| -rw-r--r-- | sys/powerpc/include/_limits.h | 9 | ||||
| -rw-r--r-- | sys/powerpc/include/limits.h | 9 |
4 files changed, 12 insertions, 24 deletions
diff --git a/sys/i386/include/_limits.h b/sys/i386/include/_limits.h index 3ae9518597dc..c71216f7afff 100644 --- a/sys/i386/include/_limits.h +++ b/sys/i386/include/_limits.h @@ -31,18 +31,15 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ */ #ifndef _MACHINE_LIMITS_H_ -#define _MACHINE_LIMITS_H_ 1 +#define _MACHINE_LIMITS_H_ #define CHAR_BIT 8 /* number of bits in a char */ #define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ - -#define CLK_TCK 128 /* ticks per second */ - /* * According to ANSI (section 2.2.4.2), the values below must be usable by * #if preprocessing directives. Additionally, the expression must have the @@ -87,4 +84,4 @@ #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ -#endif /* _MACHINE_LIMITS_H_ */ +#endif /* !_MACHINE_LIMITS_H_ */ diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h index 3ae9518597dc..c71216f7afff 100644 --- a/sys/i386/include/limits.h +++ b/sys/i386/include/limits.h @@ -31,18 +31,15 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ */ #ifndef _MACHINE_LIMITS_H_ -#define _MACHINE_LIMITS_H_ 1 +#define _MACHINE_LIMITS_H_ #define CHAR_BIT 8 /* number of bits in a char */ #define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ - -#define CLK_TCK 128 /* ticks per second */ - /* * According to ANSI (section 2.2.4.2), the values below must be usable by * #if preprocessing directives. Additionally, the expression must have the @@ -87,4 +84,4 @@ #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ -#endif /* _MACHINE_LIMITS_H_ */ +#endif /* !_MACHINE_LIMITS_H_ */ diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 3ae9518597dc..c71216f7afff 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -31,18 +31,15 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ */ #ifndef _MACHINE_LIMITS_H_ -#define _MACHINE_LIMITS_H_ 1 +#define _MACHINE_LIMITS_H_ #define CHAR_BIT 8 /* number of bits in a char */ #define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ - -#define CLK_TCK 128 /* ticks per second */ - /* * According to ANSI (section 2.2.4.2), the values below must be usable by * #if preprocessing directives. Additionally, the expression must have the @@ -87,4 +84,4 @@ #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ -#endif /* _MACHINE_LIMITS_H_ */ +#endif /* !_MACHINE_LIMITS_H_ */ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 3ae9518597dc..c71216f7afff 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -31,18 +31,15 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ */ #ifndef _MACHINE_LIMITS_H_ -#define _MACHINE_LIMITS_H_ 1 +#define _MACHINE_LIMITS_H_ #define CHAR_BIT 8 /* number of bits in a char */ #define MB_LEN_MAX 6 /* Allow 31 bit UTF2 */ - -#define CLK_TCK 128 /* ticks per second */ - /* * According to ANSI (section 2.2.4.2), the values below must be usable by * #if preprocessing directives. Additionally, the expression must have the @@ -87,4 +84,4 @@ #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ -#endif /* _MACHINE_LIMITS_H_ */ +#endif /* !_MACHINE_LIMITS_H_ */ |
