diff options
author | 2000-09-07 19:42:21 +0000 | |
---|---|---|
committer | 2000-09-07 19:42:21 +0000 | |
commit | bcd6d3035a1ad01b34fa549eeb94cc1c3846c797 (patch) | |
tree | 07b11bbb21e17084ef6e750831efb51fc4ed5ef7 | |
parent | On resume run the powerhook in installation order. (diff) | |
download | wireguard-openbsd-bcd6d3035a1ad01b34fa549eeb94cc1c3846c797.tar.xz wireguard-openbsd-bcd6d3035a1ad01b34fa549eeb94cc1c3846c797.zip |
Use new timeouts for ttrstrt.
-rw-r--r-- | sys/arch/arm32/dev/console/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/arm32/dev/console/console.c b/sys/arch/arm32/dev/console/console.c index 113f340fccc..a0beedf0bb1 100644 --- a/sys/arch/arm32/dev/console/console.c +++ b/sys/arch/arm32/dev/console/console.c @@ -710,7 +710,7 @@ physconstart(tp) if (cl->c_cc) { tp->t_state |= TS_TIMEOUT; - timeout(ttrstrt, tp, 1); + timeout_add(&tp->t_rstrt_to, 1); } if (cl->c_cc <= tp->t_lowat) { |