Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/sbus Pull up revision 1.22 (requested by martin i...



details:   https://anonhg.NetBSD.org/src/rev/fef1f705c32f
branches:  netbsd-3
changeset: 576042:fef1f705c32f
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Jun 08 11:58:59 2005 +0000

description:
Pull up revision 1.22 (requested by martin in ticket #379):
forgot to include rasops_glue.h

diffstat:

 sys/dev/sbus/p9100.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0fbb783c2a12 -r fef1f705c32f sys/dev/sbus/p9100.c
--- a/sys/dev/sbus/p9100.c      Wed Jun 08 11:57:27 2005 +0000
+++ b/sys/dev/sbus/p9100.c      Wed Jun 08 11:58:59 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: p9100.c,v 1.20.2.1 2005/06/08 11:57:20 tron Exp $ */
+/*     $NetBSD: p9100.c,v 1.20.2.2 2005/06/08 11:58:59 tron Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: p9100.c,v 1.20.2.1 2005/06/08 11:57:20 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: p9100.c,v 1.20.2.2 2005/06/08 11:58:59 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -75,6 +75,7 @@
 #include <dev/rasops/rasops.h>
 
 #include "opt_wsemul.h"
+#include "rasops_glue.h"
 
 #include "tctrl.h"
 #if NTCTRL > 0



Home | Main Index | Thread Index | Old Index