mountd: Add static qualifier to missing variable declarations.
[project/mountd.git] / autofs.c
index 4ad782d6adc0da54cc3bb7fcd94f4ece29175eb5..8c69cbea5c763fe68e6f18364fc4a7e43aac2d6b 100644 (file)
--- a/autofs.c
+++ b/autofs.c
 #include "include/ucix.h"
 #include "include/autofs.h"
 
-int fdin = 0; /* data coming out of the kernel */
-int fdout = 0;/* data going into the kernel */
-dev_t dev;
+static int fdin = 0; /* data coming out of the kernel */
+static int fdout = 0;/* data going into the kernel */
+static dev_t dev;
 
-time_t uci_timeout;
+static time_t uci_timeout;
 char uci_path[32];
 
 static void umount_autofs(void)