The clean_map has been made local to vm_init.c long ago.

This commit is contained in:
Ruslan Ermilov 2006-11-20 16:23:34 +00:00
parent de38cd9d8b
commit 9bed18a493
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164446

View file

@ -67,7 +67,6 @@
extern vm_map_t buffer_map;
extern vm_map_t kernel_map;
extern vm_map_t kmem_map;
extern vm_map_t clean_map;
extern vm_map_t exec_map;
extern vm_map_t pipe_map;
extern u_int vm_kmem_size;