ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/sys/kern/vfs_export.c
(Generate patch)

Comparing trunk/sys/kern/vfs_export.c (file contents):
Revision 5945 by laffer1, Tue Oct 9 04:08:21 2012 UTC vs.
Revision 5946 by laffer1, Sun Jul 28 15:44:17 2013 UTC

# Line 35 | Line 35
35   */
36  
37   #include <sys/cdefs.h>
38 < __FBSDID("$MidnightBSD$");
38 > __FBSDID("$MidnightBSD: src/sys/kern/vfs_export.c,v 1.4 2012/10/09 04:08:17 laffer1 Exp $");
39  
40   #include <sys/param.h>
41   #include <sys/dirent.h>
# Line 208 | Line 208 | vfs_hang_addrlist(struct mount *mp, struct netexport *
208          np->netc_anon = crget();
209          np->netc_anon->cr_uid = argp->ex_anon.cr_uid;
210          crsetgroups(np->netc_anon, argp->ex_anon.cr_ngroups,
211 <            np->netc_anon->cr_groups);
211 >            argp->ex_anon.cr_groups);
212          np->netc_anon->cr_prison = &prison0;
213          prison_hold(np->netc_anon->cr_prison);
214          np->netc_numsecflavors = argp->ex_numsecflavors;

Comparing trunk/sys/kern/vfs_export.c (property cvs2svn:cvs-rev):
Revision 5945 by laffer1, Tue Oct 9 04:08:21 2012 UTC vs.
Revision 5946 by laffer1, Sun Jul 28 15:44:17 2013 UTC

# Line 1 | Line 1
1 < 1.4
1 > 1.5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines