diff options
-rw-r--r-- | utils/mount/nfsumount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/nfsumount.c b/utils/mount/nfsumount.c index 381ca6e..1d10cc6 100644 --- a/utils/mount/nfsumount.c +++ b/utils/mount/nfsumount.c @@ -190,7 +190,7 @@ int del_mtab(const char *spec, const char *node) /* * Returns 1 if everything went well, else 0. */ -int _nfsumount(const char *spec, const char *opts) +int _nfsumount(const char *spec, char *opts) { char *hostname; char *dirname; |