diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-16 07:21:38 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-16 07:21:38 +0000 |
| commit | beddd414671d08be7421e46b658b73c46931560d (patch) | |
| tree | cf40790b0bb106ab90664084c73998be3e499d83 /sys/fs | |
| parent | 7e1dd21ccf8ab592b00328cbb1a56b5bb7c00b49 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/hpfs/hpfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/hpfs/hpfs.h b/sys/fs/hpfs/hpfs.h index 042a09e7c465b..b56d6b651ba84 100644 --- a/sys/fs/hpfs/hpfs.h +++ b/sys/fs/hpfs/hpfs.h @@ -339,7 +339,7 @@ struct hpfsnode { struct hpfsmount *h_hpmp; struct fnode h_fn; struct vnode * h_vp; - struct vnode * h_devvp; + struct vnode * h_devvp; /* XXX: remove, hpfsmount has it */ struct cdev *h_dev; lsn_t h_no; uid_t h_uid; |
