summaryrefslogtreecommitdiff
path: root/src/misc/getusershell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/getusershell.c')
-rw-r--r--src/misc/getusershell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/getusershell.c b/src/misc/getusershell.c
index 11e697b6..683158c8 100644
--- a/src/misc/getusershell.c
+++ b/src/misc/getusershell.c
@@ -6,7 +6,7 @@
static const char defshells[] = "/bin/sh\n/bin/csh\n";
static char *line;
-size_t linesize;
+static size_t linesize;
static FILE *f;
void endusershell(void)