summaryrefslogtreecommitdiffstats
path: root/bin/mkdir
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-10-31 08:59:17 +0000
committered <ed@FreeBSD.org>2011-10-31 08:59:17 +0000
commitf58d00c87a547a1f65cf7b990fda6f4e36feb314 (patch)
treeb068d06018284af5aa8b3feab9edb06109d847bc /bin/mkdir
parent6458f63cb36a7883be28c39ca995cf3e03bfce69 (diff)
downloadFreeBSD-src-f58d00c87a547a1f65cf7b990fda6f4e36feb314.zip
FreeBSD-src-f58d00c87a547a1f65cf7b990fda6f4e36feb314.tar.gz
Put some static keywords in the source code.
For these simple utilities, it doesn't harm to make all global variables static. In fact, this allows the compiler to perform better forms of optimisation and analysis.
Diffstat (limited to 'bin/mkdir')
-rw-r--r--bin/mkdir/mkdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c
index 5fa002f..fda9c24 100644
--- a/bin/mkdir/mkdir.c
+++ b/bin/mkdir/mkdir.c
@@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
static int build(char *, mode_t);
static void usage(void);
-int vflag;
+static int vflag;
int
main(int argc, char *argv[])
OpenPOWER on IntegriCloud