Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/rasops Oops, revert an unintentional change for now.
details: https://anonhg.NetBSD.org/src/rev/6ef07ee81234
branches: trunk
changeset: 1002598:6ef07ee81234
user: rin <rin%NetBSD.org@localhost>
date: Wed Aug 07 11:48:43 2019 +0000
description:
Oops, revert an unintentional change for now.
diffstat:
sys/dev/rasops/rasops15.c | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r 9e6a5dbb990f -r 6ef07ee81234 sys/dev/rasops/rasops15.c
--- a/sys/dev/rasops/rasops15.c Wed Aug 07 11:47:33 2019 +0000
+++ b/sys/dev/rasops/rasops15.c Wed Aug 07 11:48:43 2019 +0000
@@ -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 @@
#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
/*
Home |
Main Index |
Thread Index |
Old Index