aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 4e8478ee0a5..85a28615e42 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -503,7 +503,7 @@ main (argc, argv)
503#ifdef MAIL_USE_SYSTEM_LOCK 503#ifdef MAIL_USE_SYSTEM_LOCK
504 if (! preserve_mail) 504 if (! preserve_mail)
505 { 505 {
506#if defined (STRIDE) || defined (XENIX) || defined (WINDOWSNT) 506#if defined (STRIDE) || defined (XENIX)
507 /* Stride, xenix have file locking, but no ftruncate. 507 /* Stride, xenix have file locking, but no ftruncate.
508 This mess will do. */ 508 This mess will do. */
509 close (open (inname, O_CREAT | O_TRUNC | O_RDWR, 0666)); 509 close (open (inname, O_CREAT | O_TRUNC | O_RDWR, 0666));