commit 737d23092a3e5eb02d4c85888591583ee8767f46
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)

Reply via email to