Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons PR kern/28837: fix undef typo.
details: https://anonhg.NetBSD.org/src/rev/96f42441b832
branches: trunk
changeset: 572406:96f42441b832
user: martin <martin%NetBSD.org@localhost>
date: Sun Jan 02 15:43:49 2005 +0000
description:
PR kern/28837: fix undef typo.
diffstat:
sys/dev/wscons/wsdisplay_compat_usl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f78e78eddf1c -r 96f42441b832 sys/dev/wscons/wsdisplay_compat_usl.c
--- a/sys/dev/wscons/wsdisplay_compat_usl.c Sun Jan 02 12:41:03 2005 +0000
+++ b/sys/dev/wscons/wsdisplay_compat_usl.c Sun Jan 02 15:43:49 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index