Module Name:    src
Committed By:   rin
Date:           Wed Aug  7 11:48:44 UTC 2019

Modified Files:
        src/sys/dev/rasops: rasops15.c

Log Message:
Oops, revert an unintentional change for now.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/rasops/rasops15.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/rasops/rasops15.c
diff -u src/sys/dev/rasops/rasops15.c:1.35 src/sys/dev/rasops/rasops15.c:1.36
--- src/sys/dev/rasops/rasops15.c:1.35	Wed Aug  7 11:47:33 2019
+++ src/sys/dev/rasops/rasops15.c	Wed Aug  7 11:48:43 2019
@@ -1,4 +1,4 @@
-/* 	$NetBSD: rasops15.c,v 1.35 2019/08/07 11:47:33 rin Exp $	*/
+/* 	$NetBSD: rasops15.c,v 1.36 2019/08/07 11:48:43 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.35 2019/08/07 11:47:33 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops15.c,v 1.36 2019/08/07 11:48:43 rin Exp $");
 
 #include "opt_rasops.h"
 
@@ -114,12 +114,8 @@ rasops15_init(struct rasops_info *ri)
 #endif
 }
 
-#undef	RASOPS_AA
 #include "rasops_putchar.h"
-
-#define	RASOPS_AA
-#include "rasops_putchar.h"
-#undef	RASOPS_AA
+#include "rasops_putchar_aa.h"
 
 #ifndef RASOPS_SMALL
 /*

Reply via email to