diff options
author | shafeeq <shafeeq@FreeBSD.org> | 2001-06-05 19:45:16 +0000 |
---|---|---|
committer | shafeeq <shafeeq@FreeBSD.org> | 2001-06-05 19:45:16 +0000 |
commit | 8c780c8d9a2997c3bb4f2f77173b0af33cefeb75 (patch) | |
tree | 504087e00fc3f7480498bfa4dda482a3ea9ae5d3 /sys/fs/coda/cnode.h | |
parent | d49557ff78855fead024735de7e0815a7d22443d (diff) | |
download | FreeBSD-src-8c780c8d9a2997c3bb4f2f77173b0af33cefeb75.zip FreeBSD-src-8c780c8d9a2997c3bb4f2f77173b0af33cefeb75.tar.gz |
Now works again and as a module and with devfs.
Used the bpf & tun drivers as examples as to what is necessary for devfs.
Diffstat (limited to 'sys/fs/coda/cnode.h')
-rw-r--r-- | sys/fs/coda/cnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h index 75d29ac..c1f8391 100644 --- a/sys/fs/coda/cnode.h +++ b/sys/fs/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 */ |