summaryrefslogtreecommitdiff
path: root/src/mkdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkdir.c')
-rw-r--r--src/mkdir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mkdir.c b/src/mkdir.c
index 7a5d08a43..c60c5460f 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -38,12 +38,12 @@ void error ();
void usage ();
/* If nonzero, ensure that a path exists. */
-int path_mode;
+static int path_mode;
/* The name this program was run with. */
char *program_name;
-struct option longopts[] =
+static struct option longopts[] =
{
{"mode", 1, NULL, 'm'},
{"path", 0, &path_mode, 1},