aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-08-15 19:40:53 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-08-15 19:40:53 +0000
commitd785dfefa4f8b2437bc2ae8700c8229f9002cd9c (patch)
treead29e7ffc4e4d852fe438948333a5da1ca80b909 /sys/fs/devfs/devfs.h
parentef3af583d26feadd11fffb2c921816a78795be89 (diff)
Notes
Diffstat (limited to 'sys/fs/devfs/devfs.h')
-rw-r--r--sys/fs/devfs/devfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h
index c8f107419ed30..7a71c484d1ea4 100644
--- a/sys/fs/devfs/devfs.h
+++ b/sys/fs/devfs/devfs.h
@@ -169,7 +169,6 @@ struct devfs_dirent {
struct devfs_mount {
struct mount *dm_mount;
struct devfs_dirent *dm_rootdir;
- struct devfs_dirent *dm_basedir;
unsigned dm_generation;
struct devfs_dirent **dm_dirent;
struct devfs_dirent **dm_overflow;