From 302e9ebd74a801f72b8acf5d1a475fec3bcac56c Mon Sep 17 00:00:00 2001 From: gwr Date: Tue, 26 Jul 1994 18:15:18 +0000 Subject: [PATCH] No longer redefine CLK_TCK because JTC says the value is arbitrary and the redefinition caused noisy warnings. --- sys/arch/sun3/include/limits.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys/arch/sun3/include/limits.h b/sys/arch/sun3/include/limits.h index 71af389583f4..e8bffef8f049 100644 --- a/sys/arch/sun3/include/limits.h +++ b/sys/arch/sun3/include/limits.h @@ -1,11 +1,5 @@ /* - * $Id: limits.h,v 1.3 1994/02/04 08:19:59 glass Exp $ + * $Id: limits.h,v 1.4 1994/07/26 18:15:18 gwr Exp $ */ -/* XXX - Probably the wrong place for this - cgd - * Not right value either I think, but this is a posix-ism -- glass - */ -#define CLK_TCK 60 /* ticks per second */ - -/* and use the common m68k definition */ #include