diff options
author | 1996-10-16 23:18:42 +0000 | |
---|---|---|
committer | 1996-10-16 23:18:42 +0000 | |
commit | 746a6083dc2f7ea5fe90e68a66f6b3c73d0c5459 (patch) | |
tree | 5c95c8b7c68e5ba3bf1a6f2d5eea77a86318b1d1 | |
parent | contextual usage (diff) | |
download | wireguard-openbsd-746a6083dc2f7ea5fe90e68a66f6b3c73d0c5459.tar.xz wireguard-openbsd-746a6083dc2f7ea5fe90e68a66f6b3c73d0c5459.zip |
contextual usage
-rw-r--r-- | sys/dev/ic/com.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/com.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index cd77662c9ae..cee49d340fd 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/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; 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; |