зеркало из https://github.com/mozilla/gecko-dev.git
Add HAVE_FCHMOD to the list of ifdefs when checking whether or not to use fchmod. duh.
This commit is contained in:
Родитель
a5d3e32892
Коммит
7f37118a2a
|
@ -637,7 +637,7 @@ redirect(line, makefile)
|
|||
}
|
||||
}
|
||||
fflush(fdout);
|
||||
#if defined(USGISH) || defined(_SEQUENT_) || defined(USE_CHMOD)
|
||||
#if defined(USGISH) || defined(_SEQUENT_) || defined(USE_CHMOD) || !defined(HAVE_FCHMOD)
|
||||
chmod(makefile, st.st_mode);
|
||||
#else
|
||||
fchmod(fileno(fdout), st.st_mode);
|
||||
|
|
Загрузка…
Ссылка в новой задаче