PERFORCE change 79553 for review
Robert Watson
rwatson at FreeBSD.org
Mon Jul 4 14:18:45 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79553
Change 79553 by rwatson at rwatson_zoo on 2005/07/04 14:17:56
Fix syntax in vfs_domount() arguments from merge.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c#17 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c#17 (text+ko) ====
@@ -580,7 +580,7 @@
const char *fstype, /* Filesystem type. */
char *fspath, /* Mount path. */
int fsflags, /* Flags common to all filesystems. */
- void *fsdata /* Options local to the filesystem. */
+ void *fsdata, /* Options local to the filesystem. */
struct label *mntlabel, /* MAC label */
)
{
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