summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_extern.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-11-14 09:29:34 +0000
committerphk <phk@FreeBSD.org>1995-11-14 09:29:34 +0000
commit0cd6c033b7795c4f23ddfec5d351659d209e45a1 (patch)
treede244babc31280d44d8a6b6d20b7be55108748b4 /sys/vm/vm_extern.h
parentc04786d47cc48af8b5d310ab8e4b48036736f605 (diff)
downloadFreeBSD-src-0cd6c033b7795c4f23ddfec5d351659d209e45a1.zip
FreeBSD-src-0cd6c033b7795c4f23ddfec5d351659d209e45a1.tar.gz
Move all the VM sysctl stuff home where it belongs.
Diffstat (limited to 'sys/vm/vm_extern.h')
-rw-r--r--sys/vm/vm_extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index b6c0897..cb450d0 100644
--- a/sys/vm/vm_extern.h
+++ b/sys/vm/vm_extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)vm_extern.h 8.2 (Berkeley) 1/12/94
- * $Id: vm_extern.h,v 1.17 1995/07/13 08:48:19 davidg Exp $
+ * $Id: vm_extern.h,v 1.18 1995/08/28 09:19:21 julian Exp $
*/
#ifndef _VM_EXTERN_H_
@@ -98,7 +98,6 @@ void vmmeter __P((void));
struct vmspace *vmspace_alloc __P((vm_offset_t, vm_offset_t, int));
struct vmspace *vmspace_fork __P((struct vmspace *));
void vmspace_free __P((struct vmspace *));
-void vmtotal __P((struct vmtotal *));
void vnode_pager_setsize __P((struct vnode *, u_long));
void vnode_pager_umount __P((struct mount *));
void vnode_pager_uncache __P((struct vnode *));
OpenPOWER on IntegriCloud