--- src/sys/sys/file.h 2004/09/30 18:59:50 1.11 +++ src/sys/sys/file.h 2004/11/12 00:09:27 1.12 @@ -136,7 +136,8 @@ extern int fp_mmap(void *addr, size_t si extern int fp_close(struct file *fp); extern struct filelist filehead; /* head of list of open files */ -extern struct fileops vnops; +extern struct fileops vnode_fileops; +extern struct fileops specvnode_fileops; extern struct fileops badfileops; extern int maxfiles; /* kernel limit on number of open files */ extern int maxfilesrootres; /* descriptors reserved for root use */