From 50108d27969d163657aee76acd658854fae6d543 Mon Sep 17 00:00:00 2001 From: bp Date: Sat, 15 Jan 2000 08:28:03 +0000 Subject: Add VT_NWFS tag. --- sys/fs/nwfs/nwfs_node.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/fs/nwfs') diff --git a/sys/fs/nwfs/nwfs_node.h b/sys/fs/nwfs/nwfs_node.h index 871c1e3..3777679 100644 --- a/sys/fs/nwfs/nwfs_node.h +++ b/sys/fs/nwfs/nwfs_node.h @@ -44,10 +44,6 @@ #define NNEW 0x0008 /* vnode has been allocated */ #define NVOLUME 0x0010 /* vnode references a volume */ -#ifndef VT_NWFS -#define VT_NWFS VT_TFS -#endif - struct nwnode { LIST_ENTRY(nwnode) n_hash; struct vnode *n_vnode; -- cgit v1.1