diff options
-rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -698,7 +698,7 @@ int auth_finalize (void) ProgramName, temp_name); } else { (void) unlink (iceauth_filename); -#if defined(WIN32) || defined(__UNIXOS2__) +#ifdef WIN32 if (rename(temp_name, iceauth_filename) == -1) #else /* Attempt to rename() if link() fails, since this may be on a FS that does not support hard links */ |