Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sun vuid_event.h is in dev/sun now.



details:   https://anonhg.NetBSD.org/src/rev/7e75dad27275
branches:  trunk
changeset: 538489:7e75dad27275
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Oct 21 15:22:03 2002 +0000

description:
vuid_event.h is in dev/sun now.

diffstat:

 sys/dev/sun/event.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3185fbbaf831 -r 7e75dad27275 sys/dev/sun/event.c
--- a/sys/dev/sun/event.c       Mon Oct 21 15:21:35 2002 +0000
+++ b/sys/dev/sun/event.c       Mon Oct 21 15:22:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: event.c,v 1.9 2002/01/14 13:32:47 tsutsui Exp $        */
+/*     $NetBSD: event.c,v 1.10 2002/10/21 15:22:03 uwe Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: event.c,v 1.9 2002/01/14 13:32:47 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: event.c,v 1.10 2002/10/21 15:22:03 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/fcntl.h>
@@ -60,7 +60,7 @@
 #include <sys/select.h>
 #include <sys/poll.h>
 
-#include <machine/vuid_event.h>
+#include <dev/sun/vuid_event.h>
 #include <dev/sun/event_var.h>
 
 int (*ev_out32_hook) __P((struct firm_event *, int, struct uio *));



Home | Main Index | Thread Index | Old Index