Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/rasops Cosmetic changes. No functional changes.



details:   https://anonhg.NetBSD.org/src/rev/b1620e34de9c
branches:  trunk
changeset: 458596:b1620e34de9c
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Aug 02 04:40:53 2019 +0000

description:
Cosmetic changes. No functional changes.

diffstat:

 sys/dev/rasops/rasops15.c |  6 +++---
 sys/dev/rasops/rasops32.c |  6 +++---
 sys/dev/rasops/rasops8.c  |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (102 lines):

diff -r 44ff1b64c621 -r b1620e34de9c sys/dev/rasops/rasops15.c
--- a/sys/dev/rasops/rasops15.c Fri Aug 02 04:39:09 2019 +0000
+++ b/sys/dev/rasops/rasops15.c Fri Aug 02 04:40:53 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rasops15.c,v 1.33 2019/07/31 02:04:14 rin Exp $        */
+/*     $NetBSD: rasops15.c,v 1.34 2019/08/02 04:40:53 rin Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops15.c,v 1.33 2019/07/31 02:04:14 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops15.c,v 1.34 2019/08/02 04:40:53 rin Exp $");
 
 #include "opt_rasops.h"
 
@@ -42,6 +42,7 @@
 #include <dev/wscons/wsconsio.h>
 
 #define        _RASOPS_PRIVATE
+#define        RASOPS_DEPTH    15
 #include <dev/rasops/rasops.h>
 
 static void    rasops15_putchar(void *, int, int, u_int, long);
@@ -107,7 +108,6 @@
 #endif
 }
 
-#define        RASOPS_DEPTH    15
 #include "rasops_putchar.h"
 #include "rasops_putchar_aa.h"
 
diff -r 44ff1b64c621 -r b1620e34de9c sys/dev/rasops/rasops32.c
--- a/sys/dev/rasops/rasops32.c Fri Aug 02 04:39:09 2019 +0000
+++ b/sys/dev/rasops/rasops32.c Fri Aug 02 04:40:53 2019 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rasops32.c,v 1.41 2019/07/31 02:04:14 rin Exp $       */
+/*      $NetBSD: rasops32.c,v 1.42 2019/08/02 04:40:53 rin Exp $       */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops32.c,v 1.41 2019/07/31 02:04:14 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops32.c,v 1.42 2019/08/02 04:40:53 rin Exp $");
 
 #include "opt_rasops.h"
 
@@ -42,6 +42,7 @@
 #include <dev/wscons/wsconsio.h>
 
 #define        _RASOPS_PRIVATE
+#define        RASOPS_DEPTH    32
 #include <dev/rasops/rasops.h>
 
 static void    rasops32_putchar(void *, int, int, u_int, long);
@@ -106,7 +107,6 @@
 #endif
 }
 
-#define        RASOPS_DEPTH    32
 #include "rasops_putchar.h"
 #include "rasops_putchar_aa.h"
 
diff -r 44ff1b64c621 -r b1620e34de9c sys/dev/rasops/rasops8.c
--- a/sys/dev/rasops/rasops8.c  Fri Aug 02 04:39:09 2019 +0000
+++ b/sys/dev/rasops/rasops8.c  Fri Aug 02 04:40:53 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rasops8.c,v 1.46 2019/07/31 02:04:14 rin Exp $ */
+/*     $NetBSD: rasops8.c,v 1.47 2019/08/02 04:40:53 rin Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops8.c,v 1.46 2019/07/31 02:04:14 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops8.c,v 1.47 2019/08/02 04:40:53 rin Exp $");
 
 #include "opt_rasops.h"
 
@@ -42,6 +42,7 @@
 #include <dev/wscons/wsconsio.h>
 
 #define        _RASOPS_PRIVATE
+#define        RASOPS_DEPTH    8
 #include <dev/rasops/rasops.h>
 
 static void    rasops8_putchar(void *, int, int, u_int, long);
@@ -104,7 +105,6 @@
 #endif
 }
 
-#define        RASOPS_DEPTH    8
 #include "rasops_putchar.h"
 #include "rasops_putchar_aa.h"
 



Home | Main Index | Thread Index | Old Index