No longer redefine CLK_TCK because JTC says the value is arbitrary

and the redefinition caused noisy warnings.
This commit is contained in:
gwr 1994-07-26 18:15:18 +00:00
parent c2d1237e50
commit 302e9ebd74

View File

@ -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 <m68k/limits.h>