X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/602a912dd839757229b8583068a161406b968c15..b13267a5123f6a14e47d788c4a8a2a8692e2a119:/sys/vfs/ufs/ufsmount.h diff --git a/sys/vfs/ufs/ufsmount.h b/sys/vfs/ufs/ufsmount.h index b7eff46bf5..7415eb05a6 100644 --- a/sys/vfs/ufs/ufsmount.h +++ b/sys/vfs/ufs/ufsmount.h @@ -32,7 +32,7 @@ * * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95 * $FreeBSD: src/sys/ufs/ufs/ufsmount.h,v 1.17 1999/12/29 04:55:06 peter Exp $ - * $DragonFly: src/sys/vfs/ufs/ufsmount.h,v 1.9 2006/05/26 17:07:48 dillon Exp $ + * $DragonFly: src/sys/vfs/ufs/ufsmount.h,v 1.10 2006/09/10 01:26:41 dillon Exp $ */ #ifndef _VFS_UFS_UFSMOUNT_H_ @@ -73,7 +73,7 @@ struct netexport; /* This structure describes the UFS specific mount structure data. */ struct ufsmount { struct mount *um_mountp; /* filesystem vfs structure */ - dev_t um_dev; /* device mounted */ + cdev_t um_dev; /* device mounted */ struct vnode *um_devvp; /* block device mounted vnode */ union { /* pointer to superblock */