diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-17 16:59:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-17 16:59:14 +0000 |
commit | e0d4b8289f8346c56fe737923c7a293b91ae83ba (patch) | |
tree | 3a03684a1b99abd98f84cd682b7856ea2d94d930 /nfs | |
parent | 145956fc595c1b2574d7c0a53a17aa707496aa2a (diff) |
entered into RCS
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/nfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,5 +16,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +struct netnode +{ + nfsv2_fhandle_t handle; +}; +struct netcred +{ + struct rpc_auth auth; +}; |