diff options
Diffstat (limited to 'nfsmount.c')
-rw-r--r-- | nfsmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -886,7 +886,7 @@ static char *nfs_strerror(int stat) return buf; } -bool_t +static bool_t xdr_fhandle (XDR *xdrs, fhandle objp) { //register int32_t *buf; |