blob: 5fdc91e7d5a099e8e93722b18ba4c287da89e2a7 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./timed/timed/timed.c.orig Sun Jan 7 13:21:14 2001
+++ ./timed/timed/timed.c Sun Jan 7 13:29:14 2001
@@ -898,7 +898,7 @@
void
get_goodgroup(int force)
{
-# define NG_DELAY (30*60*CLK_TCK) /* 30 minutes */
+# define NG_DELAY (30*60*HZ) /* 30 minutes */
static unsigned long last_update = -NG_DELAY;
unsigned long new_update;
/* struct hosttbl *htp; */
|