Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax Add missing '#include "opt_vax630.h"' for c...
details: https://anonhg.NetBSD.org/src/rev/086b3eea8066
branches: trunk
changeset: 481380:086b3eea8066
user: bouyer <bouyer%NetBSD.org@localhost>
date: Thu Jan 27 17:06:55 2000 +0000
description:
Add missing '#include "opt_vax630.h"' for custom kernels.
diffstat:
sys/arch/vax/vax/clock.c | 3 ++-
sys/arch/vax/vax/ka630.c | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 913b20bcf00b -r 086b3eea8066 sys/arch/vax/vax/clock.c
--- a/sys/arch/vax/vax/clock.c Thu Jan 27 16:58:44 2000 +0000
+++ b/sys/arch/vax/vax/clock.c Thu Jan 27 17:06:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.30 2000/01/19 02:52:21 msaitoh Exp $ */
+/* $NetBSD: clock.c,v 1.31 2000/01/27 17:06:55 bouyer Exp $ */
/*
* Copyright (c) 1995 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -50,6 +50,7 @@
#include "opt_vax8500.h"
#include "opt_vax8200.h"
#include "opt_vax46.h"
+#include "opt_vax630.h"
int yeartonum __P((int));
int numtoyear __P((int));
diff -r 913b20bcf00b -r 086b3eea8066 sys/arch/vax/vax/ka630.c
--- a/sys/arch/vax/vax/ka630.c Thu Jan 27 16:58:44 2000 +0000
+++ b/sys/arch/vax/vax/ka630.c Thu Jan 27 17:06:55 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ka630.c,v 1.17 1999/09/06 19:52:52 ragge Exp $ */
+/* $NetBSD: ka630.c,v 1.18 2000/01/27 17:06:55 bouyer Exp $ */
/*-
* Copyright (c) 1982, 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -44,6 +44,8 @@
#include <vm/vm.h>
#include <vm/vm_kern.h>
+#include "opt_vax630.h"
+
#include <machine/cpu.h>
#include <machine/pmap.h>
#include <machine/ka630.h>
Home |
Main Index |
Thread Index |
Old Index