aboutsummaryrefslogtreecommitdiff
path: root/symlinks.h
diff options
context:
space:
mode:
Diffstat (limited to 'symlinks.h')
-rw-r--r--symlinks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/symlinks.h b/symlinks.h
index 7ae3d5b856..25bf04f54f 100644
--- a/symlinks.h
+++ b/symlinks.h
@@ -5,8 +5,8 @@
struct cache_def {
struct strbuf path;
- int flags;
- int track_flags;
+ unsigned int flags;
+ unsigned int track_flags;
int prefix_len_stat_func;
};
#define CACHE_DEF_INIT { \