Remove unused code
[mmh] / sbr / makedir.c
index ea39385..e87ae57 100644 (file)
@@ -14,6 +14,7 @@
 #include <errno.h>
 #include <sys/param.h>
 #include <sys/file.h>
+#include <sys/stat.h>
 
 int
 makedir(char *dir)
@@ -22,7 +23,7 @@ makedir(char *dir)
        char *cp;
        int had_an_error = 0;
        mode_t folder_perms, saved_umask;
-       register char* c;
+       char* c;
 
        context_save();  /* save the context file */
        fflush(stdout);