Date: Mon, 4 Jul 2005 14:18:45 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79553 for review Message-ID: <200507041418.j64EIjTH085550@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79553 Change 79553 by rwatson@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 */ ) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507041418.j64EIjTH085550>