diff options
Diffstat (limited to 'util-linux/nfsmount.c')
-rw-r--r-- | util-linux/nfsmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/nfsmount.c b/util-linux/nfsmount.c index aee4969..cd81510 100644 --- a/util-linux/nfsmount.c +++ b/util-linux/nfsmount.c @@ -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; |