Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 Pull in uvm_extern for PAGE_SIZE.
details: https://anonhg.NetBSD.org/src/rev/d93658ffcf4b
branches: trunk
changeset: 499258:d93658ffcf4b
user: enami <enami%NetBSD.org@localhost>
date: Wed Nov 15 01:59:35 2000 +0000
description:
Pull in uvm_extern for PAGE_SIZE.
diffstat:
sys/arch/i386/i386/apm.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c824aaef99b8 -r d93658ffcf4b sys/arch/i386/i386/apm.c
--- a/sys/arch/i386/i386/apm.c Wed Nov 15 01:47:14 2000 +0000
+++ b/sys/arch/i386/i386/apm.c Wed Nov 15 01:59:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apm.c,v 1.54 2000/11/14 22:55:05 thorpej Exp $ */
+/* $NetBSD: apm.c,v 1.55 2000/11/15 01:59:35 enami Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -68,6 +68,8 @@
#include <sys/poll.h>
#include <sys/conf.h>
+#include <uvm/uvm_extern.h>
+
#include <machine/bus.h>
#include <machine/stdarg.h>
#include <machine/cpu.h>
Home |
Main Index |
Thread Index |
Old Index