fixed tab width and formatting
This commit is contained in:
parent
7d5f292228
commit
3d2d786653
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rasops.c,v 1.47 2005/05/01 23:19:01 macallan Exp $ */
|
||||
/* $NetBSD: rasops.c,v 1.48 2005/05/02 00:00:33 macallan Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.47 2005/05/01 23:19:01 macallan Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.48 2005/05/02 00:00:33 macallan Exp $");
|
||||
|
||||
#include "opt_rasops.h"
|
||||
#include "rasops_glue.h"
|
||||
|
@ -398,16 +398,16 @@ rasops_allocattr_color(cookie, fg, bg, flg, attr)
|
|||
return (EINVAL);
|
||||
|
||||
if ((flg & WSATTR_WSCOLORS) == 0) {
|
||||
#ifdef WS_DEFAULT_FG
|
||||
fg = WS_DEFAULT_FG;
|
||||
#else
|
||||
fg = WSCOL_WHITE;
|
||||
#endif
|
||||
#ifdef WS_DEFAULT_BG
|
||||
bg = WS_DEFAULT_BG;
|
||||
#else
|
||||
bg = WSCOL_BLACK;
|
||||
#endif
|
||||
#ifdef WS_DEFAULT_FG
|
||||
fg = WS_DEFAULT_FG;
|
||||
#else
|
||||
fg = WSCOL_WHITE;
|
||||
#endif
|
||||
#ifdef WS_DEFAULT_BG
|
||||
bg = WS_DEFAULT_BG;
|
||||
#else
|
||||
bg = WSCOL_BLACK;
|
||||
#endif
|
||||
}
|
||||
|
||||
if ((flg & WSATTR_REVERSE) != 0) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wskbdmap_sun.c,v 1.6 2005/05/01 23:31:36 macallan Exp $ */
|
||||
/* $NetBSD: wskbdmap_sun.c,v 1.7 2005/05/01 23:57:03 macallan Exp $ */
|
||||
/* $OpenBSD: sunkbd.c,v 1.9 2002/09/08 23:22:00 miod Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -38,7 +38,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: wskbdmap_sun.c,v 1.6 2005/05/01 23:31:36 macallan Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: wskbdmap_sun.c,v 1.7 2005/05/01 23:57:03 macallan Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <dev/wscons/wsksymdef.h>
|
||||
|
@ -66,9 +66,9 @@ static const keysym_t wssun_keydesctab_us [] = {
|
|||
KC(0x11), KS_Cmd_Screen7, KS_f8,
|
||||
KC(0x12), KS_Cmd_Screen8, KS_f9,
|
||||
#ifdef SPARCBOOK_CMD
|
||||
KC(0x13), KS_Cmd, KS_Alt_L,
|
||||
KC(0x13), KS_Cmd, KS_Alt_L,
|
||||
#else
|
||||
KC(0x13), KS_Alt_L,
|
||||
KC(0x13), KS_Alt_L,
|
||||
#endif
|
||||
KC(0x14), KS_Up,
|
||||
KC(0x15), KS_Pause,
|
||||
|
|
Loading…
Reference in New Issue