diff options
| author | Shafeeq Sinnamohideen <shafeeq@FreeBSD.org> | 2001-06-05 19:45:16 +0000 |
|---|---|---|
| committer | Shafeeq Sinnamohideen <shafeeq@FreeBSD.org> | 2001-06-05 19:45:16 +0000 |
| commit | ba8aae1baff78e75bc76bcdc62bb7dd7e7191747 (patch) | |
| tree | 438960f8687a13751c8d1b97be2beb1b5553661f /sys/coda/cnode.h | |
| parent | 4a70e151dff2dc92208ba27927e72a24a21466bd (diff) | |
Notes
Diffstat (limited to 'sys/coda/cnode.h')
| -rw-r--r-- | sys/coda/cnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h index 75d29acc22ed5..c1f839192273a 100644 --- a/sys/coda/cnode.h +++ b/sys/coda/cnode.h @@ -153,6 +153,7 @@ struct coda_mntinfo { struct vnode *mi_rootvp; struct mount *mi_vfsp; struct vcomm mi_vcomm; + dev_t dev; }; extern struct coda_mntinfo coda_mnttbl[]; /* indexed by minor device number */ |
