Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Include "uvm/uvm_param.h" to get definition of "VM_...
details: https://anonhg.NetBSD.org/src/rev/9d2b174787cb
branches: trunk
changeset: 495155:9d2b174787cb
user: tron <tron%NetBSD.org@localhost>
date: Sun Jul 23 10:41:35 2000 +0000
description:
Include "uvm/uvm_param.h" to get definition of "VM_MAX_KERNEL_BUF" as
suggested by Richard Earnshaw. This fixes PR kern/10649.
diffstat:
sys/kern/kern_allocsys.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ef33b5a8edb1 -r 9d2b174787cb sys/kern/kern_allocsys.c
--- a/sys/kern/kern_allocsys.c Sun Jul 23 10:06:43 2000 +0000
+++ b/sys/kern/kern_allocsys.c Sun Jul 23 10:41:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_allocsys.c,v 1.13 2000/07/14 07:14:33 thorpej Exp $ */
+/* $NetBSD: kern_allocsys.c,v 1.14 2000/07/23 10:41:35 tron Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -87,7 +87,7 @@
#ifdef SYSVSHM
#include <sys/shm.h>
#endif
-
+#include <uvm/uvm_param.h>
/*
* Declare these as initialized data so we can patch them.
*/
Home |
Main Index |
Thread Index |
Old Index