mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 16:41:17 -08:00
(Fcopy_file): Skip dev/inode check on Windows.
This commit is contained in:
parent
719072f5c4
commit
f9ba66ce95
1 changed files with 1 additions and 1 deletions
|
|
@ -2229,7 +2229,7 @@ A prefix arg makes KEEP-TIME non-nil.")
|
|||
copyable by us. */
|
||||
input_file_statable_p = (fstat (ifd, &st) >= 0);
|
||||
|
||||
#if !defined (MSDOS) || __DJGPP__ > 1
|
||||
#if !defined (DOS_NT) || __DJGPP__ > 1
|
||||
if (out_st.st_mode != 0
|
||||
&& st.st_dev == out_st.st_dev && st.st_ino == out_st.st_ino)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue