diff options
Diffstat (limited to 'sys/fs/devfs/devfs.h')
-rw-r--r-- | sys/fs/devfs/devfs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h index 0d34c97..610417c 100644 --- a/sys/fs/devfs/devfs.h +++ b/sys/fs/devfs/devfs.h @@ -39,8 +39,6 @@ #ifndef _FS_DEVFS_DEVFS_H_ #define _FS_DEVFS_DEVFS_H_ -#include "opt_devfs.h" - #define DEVFS_MAGIC 0xdb0a087a /* @@ -174,7 +172,7 @@ struct devfs_mount { struct devfs_dirent *dm_rootdir; struct devfs_dirent *dm_basedir; unsigned dm_generation; - struct devfs_dirent *dm_dirent[NDEVFSINO]; + struct devfs_dirent **dm_dirent; struct devfs_dirent **dm_overflow; int dm_inode; struct lock dm_lock; |