Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k fix wrong comment.



details:   https://anonhg.NetBSD.org/src/rev/9564b688477b
branches:  trunk
changeset: 494090:9564b688477b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 01 03:35:07 2000 +0000

description:
fix wrong comment.

diffstat:

 sys/arch/mac68k/mac68k/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 12fa7cd8e2b6 -r 9564b688477b sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c  Sat Jul 01 03:34:05 2000 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c  Sat Jul 01 03:35:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.254 2000/06/29 08:15:12 mrg Exp $        */
+/*     $NetBSD: machdep.c,v 1.255 2000/07/01 03:35:07 mrg Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -125,7 +125,7 @@
 #define        MAXMEM  64*1024 /* XXX - from cmap.h */
 #include <uvm/uvm_extern.h>
 
-#include <sys/sysctl.h>                /* Requires vm/vm.h */
+#include <sys/sysctl.h>
 
 #include <dev/cons.h>
 



Home | Main Index | Thread Index | Old Index