Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic No need to include opt_vga.h here, since it is in...
details: https://anonhg.NetBSD.org/src/rev/1c03218ff3ec
branches: trunk
changeset: 533679:1c03218ff3ec
user: junyoung <junyoung%NetBSD.org@localhost>
date: Sun Jul 07 07:37:50 2002 +0000
description:
No need to include opt_vga.h here, since it is included in vgavar.h.
diffstat:
sys/dev/ic/vga.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 39393686d3cb -r 1c03218ff3ec sys/dev/ic/vga.c
--- a/sys/dev/ic/vga.c Sun Jul 07 07:34:54 2002 +0000
+++ b/sys/dev/ic/vga.c Sun Jul 07 07:37:50 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vga.c,v 1.61 2002/07/07 07:34:54 junyoung Exp $ */
+/* $NetBSD: vga.c,v 1.62 2002/07/07 07:37:50 junyoung Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.61 2002/07/07 07:34:54 junyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.62 2002/07/07 07:37:50 junyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -53,7 +53,6 @@
/* for WSCONS_SUPPORT_PCVTFONTS and WSDISPLAY_CHARFUNCS */
#include "opt_wsdisplay_compat.h"
-#include "opt_vga.h"
static struct wsdisplay_font _vga_builtinfont = {
"builtin",
Home |
Main Index |
Thread Index |
Old Index