diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-03 17:45:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-03 17:45:41 +0000 |
commit | 6db0dc20be6f952320ae247c8444d38558e8645f (patch) | |
tree | 217b37a138548e58cab2145687cb37e205d41856 /sys/vm/vm_meter.c | |
parent | a69a4a568209bb69852224e2cd6f6394ed4da746 (diff) |
From NetBSD: merge with 960217
Diffstat (limited to 'sys/vm/vm_meter.c')
-rw-r--r-- | sys/vm/vm_meter.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index bcaf79423c3..100c65b88b8 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -1,4 +1,5 @@ -/* $NetBSD: vm_meter.c,v 1.17 1995/07/08 03:12:22 cgd Exp $ */ +/* $OpenBSD: vm_meter.c,v 1.2 1996/03/03 17:45:32 niklas Exp $ */ +/* $NetBSD: vm_meter.c,v 1.18 1996/02/05 01:53:59 christos Exp $ */ /* * Copyright (c) 1982, 1986, 1989, 1993 @@ -99,6 +100,7 @@ loadav(avg) /* * Attributes associated with virtual memory. */ +int vm_sysctl(name, namelen, oldp, oldlenp, newp, newlen, p) int *name; u_int namelen; |