Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/vidc/console Fix compile problem. Fixes PR 10...



details:   https://anonhg.NetBSD.org/src/rev/6e523384401b
branches:  trunk
changeset: 495857:6e523384401b
user:      mark <mark%NetBSD.org@localhost>
date:      Tue Aug 08 08:19:38 2000 +0000

description:
Fix compile problem. Fixes PR 10670.

diffstat:

 sys/arch/arm32/vidc/console/vidcconsole.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a392d33d59e2 -r 6e523384401b sys/arch/arm32/vidc/console/vidcconsole.c
--- a/sys/arch/arm32/vidc/console/vidcconsole.c Tue Aug 08 05:24:28 2000 +0000
+++ b/sys/arch/arm32/vidc/console/vidcconsole.c Tue Aug 08 08:19:38 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vidcconsole.c,v 1.24 2000/06/26 14:20:39 mrg Exp $     */
+/*     $NetBSD: vidcconsole.c,v 1.25 2000/08/08 08:19:38 mark Exp $    */
 
 /*
  * Copyright (c) 1996 Mark Brinicombe
@@ -58,7 +58,6 @@
 #include <sys/user.h>
 #include <sys/syslog.h>
 #include <sys/resourcevar.h>
-#include <vm/vm.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index