Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Docs - Makefile update
[gitweb.git]
/
init-db.c
diff --git
a/init-db.c
b/init-db.c
index b6bb78356762bd28261949da54638f46776e6d4b..a281f302eae9fdcc73273ddbb87e015f7f13b6c8 100644
(file)
--- a/
init-db.c
+++ b/
init-db.c
@@
-5,7
+5,7
@@
*/
#include "cache.h"
-void safe_create_dir(const char *dir)
+
static
void safe_create_dir(const char *dir)
{
if (mkdir(dir, 0755) < 0) {
if (errno != EEXIST) {