diff options
| author | he <he@NetBSD.org> | 2006-10-03 12:50:12 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2006-10-03 12:50:12 +0000 |
| commit | adb2b00a4a8cac5aa551d5a3659603717f73e23d (patch) | |
| tree | b52fa38aa44bf9ee1063110bc8016338e1d11ed2 /sys/dev | |
| parent | f346fbdce9619ca035e5ecd09ea0c5f4bd8eacec (diff) | |
Restore inadvertently deleted close-brace by previous change.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dec/dz.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/dec/dz.c b/sys/dev/dec/dz.c index d5e62c9d62f..488129dff88 100644 --- a/sys/dev/dec/dz.c +++ b/sys/dev/dec/dz.c @@ -1,4 +1,4 @@ -/* $NetBSD: dz.c,v 1.23 2006/10/01 19:28:43 elad Exp $ */ +/* $NetBSD: dz.c,v 1.24 2006/10/03 12:50:12 he Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.23 2006/10/01 19:28:43 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.24 2006/10/03 12:50:12 he Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -362,6 +362,7 @@ dzopen(dev_t dev, int flag, int mode, struct lwp *l) } (void) dzparam(tp, &tp->t_termios); ttsetwater(tp); + } /* Use DMBIS and *not* DMSET or else we clobber incoming bits */ if (dzmctl(sc, line, DML_DTR, DMBIS) & DML_DCD) tp->t_state |= TS_CARR_ON; |
