Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bp/mediawiki-credential'
[gitweb.git]
/
test-chmtime.c
diff --git
a/test-chmtime.c
b/test-chmtime.c
index 94903c4bff1ea7fa8818032b5fd310c98007eee3..923bf327f8ac8243c59292879a60e1f7364b6070 100644
(file)
--- a/
test-chmtime.c
+++ b/
test-chmtime.c
@@
-87,7
+87,7
@@
int main(int argc, char *argv[])
return -1;
}
-#ifdef
WIN32
+#ifdef
GIT_WINDOWS_NATIVE
if (!(sb.st_mode & S_IWUSR) &&
chmod(argv[i], sb.st_mode | S_IWUSR)) {
fprintf(stderr, "Could not make user-writable %s: %s",