diff options
author | 2004-08-09 06:04:18 +0000 | |
---|---|---|
committer | 2004-08-09 06:04:18 +0000 | |
commit | f1bcd191d09bfe59f8ecbc96b97a7c6245848e57 (patch) | |
tree | 6dfc1c55f508ef2efa6b751792c9989c576d133f | |
parent | record remaining DirRms. (diff) | |
download | wireguard-openbsd-f1bcd191d09bfe59f8ecbc96b97a7c6245848e57.tar.xz wireguard-openbsd-f1bcd191d09bfe59f8ecbc96b97a7c6245848e57.zip |
Unbreak RAMDISK; deraadt
-rw-r--r-- | sys/arch/mvme68k/dev/cl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/dev/cl.c b/sys/arch/mvme68k/dev/cl.c index f0873d95da4..074bbf34166 100644 --- a/sys/arch/mvme68k/dev/cl.c +++ b/sys/arch/mvme68k/dev/cl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cl.c,v 1.39 2004/07/31 22:28:58 miod Exp $ */ +/* $OpenBSD: cl.c,v 1.40 2004/08/09 06:04:18 miod Exp $ */ /* * Copyright (c) 1995 Dale Rahn. All rights reserved. @@ -1604,7 +1604,9 @@ cl_rxintr(arg) int i; u_char reoir; u_char buffer[CL_FIFO_MAX +1]; +#ifdef DDB int wantddb = 0; +#endif rir = sc->cl_reg->cl_rir; if((rir & 0x40) == 0x0) { |