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 fix it so it compiles.
details: https://anonhg.NetBSD.org/src/rev/c38776d3915e
branches: trunk
changeset: 486775:c38776d3915e
user: matt <matt%NetBSD.org@localhost>
date: Sun May 28 18:17:59 2000 +0000
description:
fix it so it compiles.
diffstat:
sys/arch/vax/vax/vm_machdep.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 36c45ae8f6f3 -r c38776d3915e sys/arch/vax/vax/vm_machdep.c
--- a/sys/arch/vax/vax/vm_machdep.c Sun May 28 18:17:07 2000 +0000
+++ b/sys/arch/vax/vax/vm_machdep.c Sun May 28 18:17:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.62 2000/05/28 05:49:04 thorpej Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.63 2000/05/28 18:17:59 matt Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -106,6 +106,7 @@
* We also take away mapping for the fourth page after pcb, so that
* we get something like a "red zone" for the kernel stack.
*/
+void
cpu_fork(struct proc *p1, struct proc *p2, void *stack, size_t stacksize,
void (*func)(void *), void *arg)
{
Home |
Main Index |
Thread Index |
Old Index