diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-05-07 14:08:38 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2008-05-07 14:08:38 +0000 |
commit | a402b6b263cca0e0963867a15992b19d7cfff462 (patch) | |
tree | e248657d3281840ff1d663b50f14184be61914c3 /sys/xfs | |
parent | 4e7f46bd427bc6b3bd6bdcf07f95f49e7c9e2e3b (diff) |
remove the vfc_mountroot member from vfsconf and
do appropriate cleanup;
OK deraadt@
Diffstat (limited to 'sys/xfs')
-rw-r--r-- | sys/xfs/xfs_vfsops-openbsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/xfs/xfs_vfsops-openbsd.c b/sys/xfs/xfs_vfsops-openbsd.c index d6724665dc8..6561487af30 100644 --- a/sys/xfs/xfs_vfsops-openbsd.c +++ b/sys/xfs/xfs_vfsops-openbsd.c @@ -108,7 +108,6 @@ static struct vfsconf xfs_vfc = { 0, 0, 0, - NULL, NULL }; |