diff options
Diffstat (limited to 'sys/dev/sbus/spif.c')
-rw-r--r-- | sys/dev/sbus/spif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/spif.c b/sys/dev/sbus/spif.c index b6dd4317a27..19f128420d7 100644 --- a/sys/dev/sbus/spif.c +++ b/sys/dev/sbus/spif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spif.c,v 1.22 2018/12/27 11:09:17 claudio Exp $ */ +/* $OpenBSD: spif.c,v 1.23 2019/07/19 00:17:15 cheloha Exp $ */ /* * Copyright (c) 1999-2002 Jason L. Wright (jason@thought.net) @@ -391,7 +391,7 @@ sttyopen(dev_t dev, int flags, int mode, struct proc *p) SET(tp->t_state, TS_WOPEN); error = ttysleep(tp, &tp->t_rawq, TTIPRI | PCATCH, - "sttycd", 0); + "sttycd"); if (error != 0) { splx(s); CLR(tp->t_state, TS_WOPEN); |