Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/dev/sun Pull up revision 1.48 (requested by martin in...



details:   https://anonhg.NetBSD.org/src/rev/25a02389f917
branches:  netbsd-3
changeset: 576055:25a02389f917
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Jun 09 07:15:19 2005 +0000

description:
Pull up revision 1.48 (requested by martin in ticket #380):
Fix indentation.

diffstat:

 sys/dev/sun/kbd.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r b33f264dfc3c -r 25a02389f917 sys/dev/sun/kbd.c
--- a/sys/dev/sun/kbd.c Thu Jun 09 07:14:03 2005 +0000
+++ b/sys/dev/sun/kbd.c Thu Jun 09 07:15:19 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kbd.c,v 1.43.2.4 2005/06/09 07:13:03 snj Exp $ */
+/*     $NetBSD: kbd.c,v 1.43.2.5 2005/06/09 07:15:19 snj Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.43.2.4 2005/06/09 07:13:03 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.43.2.5 2005/06/09 07:15:19 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1032,9 +1032,9 @@
                        *(int *)data = k->k_leds;
                        return (0);
 #ifdef WSDISPLAY_COMPAT_RAWKBD
-       case WSKBDIO_SETMODE:
-               k->k_wsraw = *(int *)data == WSKBD_RAW;
-               return (0);
+               case WSKBDIO_SETMODE:
+                       k->k_wsraw = *(int *)data == WSKBD_RAW;
+                       return (0);
 #endif
        }
        return EPASSTHROUGH;



Home | Main Index | Thread Index | Old Index