Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Include uvm/uvm_extern.h to pull in the definitio...
details: https://anonhg.NetBSD.org/src/rev/db03fc9ca76a
branches: trunk
changeset: 503384:db03fc9ca76a
user: enami <enami%NetBSD.org@localhost>
date: Mon Feb 05 04:50:27 2001 +0000
description:
Include uvm/uvm_extern.h to pull in the definition of PAGE_SIZE.
diffstat:
sys/dev/ic/mlx.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5445ed85c023 -r db03fc9ca76a sys/dev/ic/mlx.c
--- a/sys/dev/ic/mlx.c Mon Feb 05 04:33:41 2001 +0000
+++ b/sys/dev/ic/mlx.c Mon Feb 05 04:50:27 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mlx.c,v 1.1 2001/02/04 17:05:12 ad Exp $ */
+/* $NetBSD: mlx.c,v 1.2 2001/02/05 04:50:27 enami Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -95,6 +95,8 @@
#include <machine/vmparam.h>
#include <machine/bus.h>
+#include <uvm/uvm_extern.h>
+
#include <dev/ldvar.h>
#include <dev/ic/mlxreg.h>
Home |
Main Index |
Thread Index |
Old Index