mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2012/04/27 04:48:44 agc Exp $
|
|
|
|
hardcode the Hz value
|
|
|
|
--- cstdlib/time.c 2012/04/26 12:20:00 1.1
|
|
+++ cstdlib/time.c 2012/04/26 12:21:03
|
|
@@ -11,7 +11,7 @@
|
|
#endif
|
|
|
|
#ifdef CLK_TCK
|
|
-static int CLK_TCKValue = CLK_TCK;
|
|
+static int CLK_TCKValue = 100;
|
|
#endif
|
|
|
|
void StdAsctime(struct ParseState *Parser, struct Value *ReturnValue, struct Value **Param, int NumArgs)
|