diff options
author | 1999-02-07 20:24:51 +0000 | |
---|---|---|
committer | 1999-02-07 20:24:51 +0000 | |
commit | 0c7d6deb8b6b171ac2cc0ea2724e1da33408a5de (patch) | |
tree | 943d7ef686a69b991d102db3221062e971c17270 | |
parent | Correct server-side chap authentication comparison (diff) | |
download | wireguard-openbsd-0c7d6deb8b6b171ac2cc0ea2724e1da33408a5de.tar.xz wireguard-openbsd-0c7d6deb8b6b171ac2cc0ea2724e1da33408a5de.zip |
missign extern cpu_hzticks
-rw-r--r-- | sys/arch/hppa/dev/clock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/clock.c b/sys/arch/hppa/dev/clock.c index 7ee0971758a..a05068354ce 100644 --- a/sys/arch/hppa/dev/clock.c +++ b/sys/arch/hppa/dev/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.1 1998/12/29 21:35:42 mickey Exp $ */ +/* $OpenBSD: clock.c,v 1.2 1999/02/07 20:24:51 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -62,6 +62,7 @@ microtime(tvp) void cpu_initclocks() { + extern u_int cpu_hzticks; u_int time_inval; #ifdef USELEDS static u_int hbcnt = 0; |