PERFORCE change 86599 for review
Robert Watson
rwatson at FreeBSD.org
Thu Nov 10 15:03:01 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=86599
Change 86599 by rwatson at rwatson_zoo on 2005/11/10 15:02:32
Fix a merge nit and pass the new name for 'dev' into the MAC
Framework.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/fs/devfs/devfs_devs.c#23 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/fs/devfs/devfs_devs.c#23 (text+ko) ====
@@ -417,7 +417,7 @@
de->de_cdp = cdp;
#ifdef MAC
mac_create_devfs_device(cdp->cdp_c.si_cred, dm->dm_mount,
- &cdp->cdp_c, de, dev->si_name);
+ &cdp->cdp_c, de, cdp->cdp_c.si_name);
#endif
de->de_dir = dd;
TAILQ_INSERT_TAIL(&dd->de_dlist, de, de_list);
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list