summaryrefslogtreecommitdiffstats
path: root/sys/sys/mac.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-16 09:47:26 +0000
committerphk <phk@FreeBSD.org>2004-06-16 09:47:26 +0000
commitdfd1f7fd50fffaf75541921fcf86454cd8eb3614 (patch)
tree624c885995e84df6decddd3291c60a15e50e3c85 /sys/sys/mac.h
parentcafb94bcea1cdf048e81b7eb2d24808e1a8c5280 (diff)
downloadFreeBSD-src-dfd1f7fd50fffaf75541921fcf86454cd8eb3614.zip
FreeBSD-src-dfd1f7fd50fffaf75541921fcf86454cd8eb3614.tar.gz
Do the dreaded s/dev_t/struct cdev */
Bump __FreeBSD_version accordingly.
Diffstat (limited to 'sys/sys/mac.h')
-rw-r--r--sys/sys/mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/mac.h b/sys/sys/mac.h
index 45abe17..172c8c2 100644
--- a/sys/sys/mac.h
+++ b/sys/sys/mac.h
@@ -106,6 +106,7 @@ __END_DECLS
* Kernel functions to manage and evaluate labels.
*/
struct bpf_d;
+struct cdev;
struct componentname;
struct devfs_dirent;
struct ifnet;
@@ -178,7 +179,7 @@ void mac_associate_vnode_devfs(struct mount *mp, struct devfs_dirent *de,
struct vnode *vp);
int mac_associate_vnode_extattr(struct mount *mp, struct vnode *vp);
void mac_associate_vnode_singlelabel(struct mount *mp, struct vnode *vp);
-void mac_create_devfs_device(struct mount *mp, dev_t dev,
+void mac_create_devfs_device(struct mount *mp, struct cdev *dev,
struct devfs_dirent *de);
void mac_create_devfs_directory(struct mount *mp, char *dirname,
int dirnamelen, struct devfs_dirent *de);
OpenPOWER on IntegriCloud