aboutsummaryrefslogtreecommitdiff
path: root/sys/nwfs
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>2000-01-15 08:28:03 +0000
committerBoris Popov <bp@FreeBSD.org>2000-01-15 08:28:03 +0000
commit6cca21b14d5dedea78dba7936f603c86d603128a (patch)
tree50398d79aec066d3a35460effb7e23162faeffec /sys/nwfs
parent8904e70b837a948c02bfbc2c8e18e4b75cf1e3de (diff)
downloadsrc-6cca21b14d5dedea78dba7936f603c86d603128a.tar.gz
src-6cca21b14d5dedea78dba7936f603c86d603128a.zip
Add VT_NWFS tag.
Notes
Notes: svn path=/head/; revision=56033
Diffstat (limited to 'sys/nwfs')
-rw-r--r--sys/nwfs/nwfs_node.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/nwfs/nwfs_node.h b/sys/nwfs/nwfs_node.h
index 871c1e377225..3777679c7c64 100644
--- a/sys/nwfs/nwfs_node.h
+++ b/sys/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;