commit 4dd849204dc27a6428b70edf905332c3f7382faf Author: sin <[email protected]> Date: Fri Jan 30 11:48:33 2015 +0000
Staticise mv_status
diff --git a/mv.c b/mv.c
index e021ab0..ff29a8a 100644
--- a/mv.c
+++ b/mv.c
@@ -8,7 +8,7 @@
#include "fs.h"
#include "util.h"
-int mv_status = 0;
+static int mv_status = 0;
static int
mv(const char *s1, const char *s2)
