commit | 61b97df7d9da21acbd8179e6700f35c8366df9ff | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jan 11 22:27:31 2010 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jan 12 01:06:08 2010 -0800 |
tree | 887a6ebac9556631ff5951d03d7fe302a35418e3 | |
parent | 83e41e2e61f535d5b432437d4e8ac89c710fc482 [diff] [blame] |
entry.c: mark file-local function static Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/entry.c b/entry.c index 06d24f1..55b988e 100644 --- a/entry.c +++ b/entry.c
@@ -179,7 +179,7 @@ * This is like 'lstat()', except it refuses to follow symlinks * in the path, after skipping "skiplen". */ -int check_path(const char *path, int len, struct stat *st, int skiplen) +static int check_path(const char *path, int len, struct stat *st, int skiplen) { const char *slash = path + len;