Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ph/transport-with-gitfile'
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index 5a1086198b5f3780b5bc348cae78af12d8775cad..91c4d9bdf3ce784f80645ab4b145a98f1360e7a5 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-108,11
+108,11
@@
static void NORETURN daemon_die(const char *err, va_list params)
exit(1);
}
-static char *path_ok(char *directory)
+static c
onst c
har *path_ok(char *directory)
{
static char rpath[PATH_MAX];
static char interp_path[PATH_MAX];
- char *path;
+ c
onst c
har *path;
char *dir;
dir = directory;