Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/nfs sprinkle crcvt()



details:   https://anonhg.NetBSD.org/src/rev/725174a96fe3
branches:  trunk
changeset: 518402:725174a96fe3
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 29 21:23:13 2001 +0000

description:
sprinkle crcvt()

diffstat:

 sys/nfs/nfs_syscalls.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3c3e907cabb2 -r 725174a96fe3 sys/nfs/nfs_syscalls.c
--- a/sys/nfs/nfs_syscalls.c    Thu Nov 29 21:22:50 2001 +0000
+++ b/sys/nfs/nfs_syscalls.c    Thu Nov 29 21:23:13 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_syscalls.c,v 1.49 2001/11/10 10:59:10 lukem Exp $  */
+/*     $NetBSD: nfs_syscalls.c,v 1.50 2001/11/29 21:23:13 christos Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.49 2001/11/10 10:59:10 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.50 2001/11/29 21:23:13 christos Exp $");
 
 #include "fs_nfs.h"
 #include "opt_nfs.h"
@@ -285,7 +285,7 @@
                                        m_freem(nuidp->nu_nam);
                                }
                                nuidp->nu_flag = 0;
-                               nuidp->nu_cr = nsd->nsd_cr;
+                               crcvt(&nuidp->nu_cr, &nsd->nsd_cr);
                                if (nuidp->nu_cr.cr_ngroups > NGROUPS)
                                    nuidp->nu_cr.cr_ngroups = NGROUPS;
                                nuidp->nu_cr.cr_ref = 1;



Home | Main Index | Thread Index | Old Index