summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-26 11:57:45 +0000
committerru <ru@FreeBSD.org>2001-05-26 11:57:45 +0000
commit05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c (patch)
treebc6b0076c297f637980e63a3ebde03fd9302042a /sys/compat
parentbb3012ea8ac3c3f242d03857752725e5a8e74119 (diff)
downloadFreeBSD-src-05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c.zip
FreeBSD-src-05f3be90b2e785fbcbac9efe38dd8fb4bd6cdb7c.tar.gz
- sys/n[tw]fs moved to sys/fs/n[tw]fs
- /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c
index 8f723fe..859bdb9 100644
--- a/sys/compat/linux/linux_stats.c
+++ b/sys/compat/linux/linux_stats.c
@@ -246,7 +246,7 @@ struct linux_statfs_buf {
};
#ifndef VT_NWFS
-#define VT_NWFS VT_TFS /* XXX - bug compatibility with sys/nwfs/nwfs_node.h */
+#define VT_NWFS VT_TFS /* XXX - bug compatibility with sys/fs/nwfs/nwfs_node.h */
#endif
#define LINUX_CODA_SUPER_MAGIC 0x73757245L
OpenPOWER on IntegriCloud