diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 23:18:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 23:18:43 +0000 |
commit | 8d11c386e9e66eef18a4b8c92a01880f83c8bb39 (patch) | |
tree | ef469a224d2d2474652d483d0065c243ba438fb7 /sys/dev/isa | |
parent | 4cdbfeaa78964923e3d25d62b2a2b23c6708942e (diff) |
contextual usage
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/com.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c index cd77662c9ae..cee49d340fd 100644 --- a/sys/dev/isa/com.c +++ b/sys/dev/isa/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.22 1996/10/16 12:31:58 deraadt Exp $ */ +/* $OpenBSD: com.c,v 1.23 1996/10/16 23:18:42 deraadt Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /*- @@ -1579,7 +1579,9 @@ comintr(arg) sc->sc_mcr); } } +#ifdef DDB next: +#endif #ifdef COM_DEBUG if (++n >= 32) goto ohfudge; |