usr/src/cmd/fs.d/nfs/mountd/nfsauth.c
changeset 3957 86c9dda5df37
parent 2140 043bd360aabc
child 7387 0b3a92e31fd8
equal deleted inserted replaced
3956:ea75466401e7 3957:86c9dda5df37
    16  * fields enclosed by brackets "[]" replaced with your own identifying
    16  * fields enclosed by brackets "[]" replaced with your own identifying
    17  * information: Portions Copyright [yyyy] [name of copyright owner]
    17  * information: Portions Copyright [yyyy] [name of copyright owner]
    18  *
    18  *
    19  * CDDL HEADER END
    19  * CDDL HEADER END
    20  */
    20  */
       
    21 
    21 /*
    22 /*
    22  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    23  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
    23  * Use is subject to license terms.
    24  * Use is subject to license terms.
    24  */
    25  */
    25 
    26 
    26 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    27 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    27 
    28 
    44 #include <locale.h>
    45 #include <locale.h>
    45 #include <unistd.h>
    46 #include <unistd.h>
    46 #include <thread.h>
    47 #include <thread.h>
    47 #include <netdir.h>
    48 #include <netdir.h>
    48 #include <nfs/auth.h>
    49 #include <nfs/auth.h>
       
    50 #include <sharefs/share.h>
    49 #include "../lib/sharetab.h"
    51 #include "../lib/sharetab.h"
    50 #include "mountd.h"
    52 #include "mountd.h"
    51 
    53 
    52 static void
    54 static void
    53 nfsauth_access(auth_req *argp, auth_res *result)
    55 nfsauth_access(auth_req *argp, auth_res *result)