diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:59:41 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-24 20:59:41 +0000 |
commit | a8e7ede44bdc1df0f4533b916123f47ef374c6fe (patch) | |
tree | 23ea172fa53895dc5bfc0b1feee788caf32a0940 /sys/dev/ic/rlnsubr.c | |
parent | 2a185228c04e6940839149035e64bd65186c7379 (diff) |
remove cold.
Diffstat (limited to 'sys/dev/ic/rlnsubr.c')
-rw-r--r-- | sys/dev/ic/rlnsubr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/rlnsubr.c b/sys/dev/ic/rlnsubr.c index 70fb4741031..0f69a36cb70 100644 --- a/sys/dev/ic/rlnsubr.c +++ b/sys/dev/ic/rlnsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlnsubr.c,v 1.3 1999/08/26 22:28:15 d Exp $ */ +/* $OpenBSD: rlnsubr.c,v 1.4 2001/06/24 20:59:40 fgsch Exp $ */ /* * David Leonard <d@openbsd.org>, 1999. Public Domain. * @@ -829,9 +829,6 @@ rln_mbox_wait(sc, seq, timeo) int s; int ret; volatile struct rln_mbox * mb = &sc->sc_mbox[seq]; -#if defined(RLN_TSLEEP) - extern int cold; -#endif dprintf(" <wait %d", seq); |