mountd: Add static qualifier to missing variable declarations.
[oweals/mountd.git] / fs.c
diff --git a/fs.c b/fs.c
index ca77a76875cf5b723a1601408c84137c4f8c8b9c..d9bcc63cb9891d157df30cd58c641a7d7c3f56e4 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -191,7 +191,7 @@ out:
        return ret;
 }
 
-dfunc funcs[] = {
+static dfunc funcs[] = {
        detect_ext23,
        detect_exfat,
        detect_fat,