diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-04 17:04:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-04 17:04:57 +0000 |
commit | 64f3983f673c64825a5d97d7cdd3f86ed9214a7a (patch) | |
tree | 4ce40014e6241d62f2a406fbc3a3bf6b4b56d4ac /nfs | |
parent | c95dd09addd199fcb5197633adb55a8e4267dcd6 (diff) |
Formerly nfs.c.~5~
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/nfs.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -143,17 +143,6 @@ xdr_decode_fattr (int *p, struct stat *st) } -/* Decode *P into an fsys_statfsbuf structure; return the address of - the following data. */ -int * -xdr_decode_statfs (int *p, struct fsys_statfsbuf *st) -{ - st->fsys_stb_ - - - st->fsys_stb_type = FSTYPE_NFS; - - /* Create, initialize, and return a buffer suitable for sending an RPC of type RPC_PROC for the user identified in CRED. For types READ, WRITE, READLINK, and READDIR, parm LEN is the amount of data the |