Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/hpcmips don't include same file twice.
details: https://anonhg.NetBSD.org/src/rev/1cdd1b61d4ec
branches: trunk
changeset: 535478:1cdd1b61d4ec
user: shin <shin%NetBSD.org@localhost>
date: Tue Aug 20 04:22:03 2002 +0000
description:
don't include same file twice.
diffstat:
sys/arch/hpcmips/hpcmips/machdep.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r caaee651ff12 -r 1cdd1b61d4ec sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c Tue Aug 20 03:52:26 2002 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c Tue Aug 20 04:22:03 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.76 2002/08/07 07:21:08 gmcgarry Exp $ */
+/* $NetBSD: machdep.c,v 1.77 2002/08/20 04:22:03 shin Exp $ */
/*-
* Copyright (c) 1999 Shin Takemura, All rights reserved.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.76 2002/08/07 07:21:08 gmcgarry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.77 2002/08/20 04:22:03 shin Exp $");
#include "opt_vr41xx.h"
#include "opt_tx39xx.h"
@@ -101,8 +101,6 @@
#include <uvm/uvm_extern.h>
-#include <uvm/uvm_extern.h>
-
#include <ufs/mfs/mfs_extern.h> /* mfs_initminiroot() */
#include <dev/cons.h> /* cntab access (cpu_reboot) */
Home |
Main Index |
Thread Index |
Old Index