X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=setup.c;h=87c21f02e0e3bedb42305bbfe2b4223885d4250f;hb=4cd1b99c32d9a345438d098f37e75077d072778f;hp=7e0460205dc1d15007849f367d21e999f2da044c;hpb=978327f97dd3bd20f1648a2fcac601191976b18c;p=git.git diff --git a/setup.c b/setup.c index 7e0460205..87c21f02e 100644 --- a/setup.c +++ b/setup.c @@ -323,7 +323,8 @@ const char *setup_git_directory_gently(int *nongit_ok) const char *gitdirenv; const char *gitfile_dir; int len, offset, ceil_offset, root_len; - int current_device = 0, one_filesystem = 1; + dev_t current_device = 0; + int one_filesystem = 1; struct stat buf; /*