summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/mount/nfsumount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/nfsumount.c b/utils/mount/nfsumount.c
index 9b7c44d..51349f1 100644
--- a/utils/mount/nfsumount.c
+++ b/utils/mount/nfsumount.c
@@ -53,7 +53,7 @@ int force;
int lazy;
int remount;
-int del_mtab(const char *spec, const char *node)
+static int del_mtab(const char *spec, const char *node)
{
int umnt_err, res;