summaryrefslogtreecommitdiff
path: root/sys/vm/vm_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_extern.h')
-rw-r--r--sys/vm/vm_extern.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index b0d748036460..60c78502c709 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.23 1996/02/04 22:08:57 dyson Exp $
+ * $Id: vm_extern.h,v 1.24 1996/02/23 18:49:23 peter Exp $
*/
#ifndef _VM_EXTERN_H_
@@ -44,11 +44,6 @@ struct vmtotal;
struct mount;
struct vnode;
-#ifdef KGDB
-void chgkprot __P((caddr_t, int, int));
-
-#endif
-
#ifdef KERNEL
extern int indent;