Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/dev remove bogus comment. noted by Tetsuya Is...



details:   https://anonhg.NetBSD.org/src/rev/fcf1f7192f30
branches:  trunk
changeset: 514234:fcf1f7192f30
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 26 12:14:22 2001 +0000

description:
remove bogus comment.  noted by Tetsuya Isaki <isaki%par.odn.ne.jp@localhost> in private email.

diffstat:

 sys/arch/x68k/dev/intio.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4c6f49291a9d -r fcf1f7192f30 sys/arch/x68k/dev/intio.c
--- a/sys/arch/x68k/dev/intio.c Sun Aug 26 12:08:07 2001 +0000
+++ b/sys/arch/x68k/dev/intio.c Sun Aug 26 12:14:22 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intio.c,v 1.8 2000/06/29 07:07:53 mrg Exp $    */
+/*     $NetBSD: intio.c,v 1.9 2001/08/26 12:14:22 mrg Exp $    */
 
 /*-
  * Copyright (c) 1998 NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 #include <sys/malloc.h>
 #include <sys/mbuf.h>
 #include <sys/extent.h>
-#include <uvm/uvm_extern.h>    /* XXX needed? */
+#include <uvm/uvm_extern.h>
 
 #include <machine/bus.h>
 #include <machine/cpu.h>



Home | Main Index | Thread Index | Old Index