Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/alpha Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/dbc2b663ce3c
branches:  netbsd-1-4
changeset: 470356:dbc2b663ce3c
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 12 20:29:28 2000 +0000

description:
Apply patch (requested by he):
  Part of last pull-up (include file shuffling) not applicable to
  the netbsd-1-4 branch, so reverting that.

diffstat:

 sys/arch/alpha/alpha/dec_550.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7bcc2589dd4c -r dbc2b663ce3c sys/arch/alpha/alpha/dec_550.c
--- a/sys/arch/alpha/alpha/dec_550.c    Sat Feb 12 20:02:31 2000 +0000
+++ b/sys/arch/alpha/alpha/dec_550.c    Sat Feb 12 20:29:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dec_550.c,v 1.3.2.2 2000/02/06 17:22:52 he Exp $ */
+/* $NetBSD: dec_550.c,v 1.3.2.3 2000/02/12 20:29:28 he Exp $ */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Carnegie-Mellon University.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_550.c,v 1.3.2.2 2000/02/06 17:22:52 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_550.c,v 1.3.2.3 2000/02/12 20:29:28 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -50,7 +50,7 @@
 
 #include <dev/isa/isareg.h>
 #include <dev/isa/isavar.h>
-#include <dev/ic/pckbcvar.h>
+#include <dev/isa/pckbcvar.h>
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
 



Home | Main Index | Thread Index | Old Index