diff options
| author | martin <martin@NetBSD.org> | 2005-01-02 15:43:49 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2005-01-02 15:43:49 +0000 |
| commit | 9eba7eabbaa16b7d06ee6fee5ded2464c191015e (patch) | |
| tree | 11272c6a129978caa01537decd045294ca16b238 /sys/dev/wscons | |
| parent | 290f8ccd57919d67c9759ed754e0c694edb2ffbe (diff) | |
PR kern/28837: fix undef typo.
Diffstat (limited to 'sys/dev/wscons')
| -rw-r--r-- | sys/dev/wscons/wsdisplay_compat_usl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/wscons/wsdisplay_compat_usl.c b/sys/dev/wscons/wsdisplay_compat_usl.c index d7dbc0c3570..4738f039ba9 100644 --- a/sys/dev/wscons/wsdisplay_compat_usl.c +++ b/sys/dev/wscons/wsdisplay_compat_usl.c @@ -1,4 +1,4 @@ -/* $NetBSD: wsdisplay_compat_usl.c,v 1.25 2004/04/23 21:29:16 itojun Exp $ */ +/* $NetBSD: wsdisplay_compat_usl.c,v 1.26 2005/01/02 15:43:49 martin Exp $ */ /* * Copyright (c) 1998 @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wsdisplay_compat_usl.c,v 1.25 2004/04/23 21:29:16 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wsdisplay_compat_usl.c,v 1.26 2005/01/02 15:43:49 martin Exp $"); #include "opt_compat_freebsd.h" #include "opt_compat_netbsd.h" @@ -318,7 +318,7 @@ wsdisplay_usl_ioctl1(struct wsdisplay_softc *sc, u_long cmd, caddr_t data, for (idx = 0; idx <= maxidx; idx++) if (wsdisplay_screenstate(sc, idx) == EBUSY) ss->v_state |= (1 << (idx + 1)); -#undef s +#undef ss return (0); #ifdef WSDISPLAY_COMPAT_PCVT |
