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 8746cb4bfb6..1ab59c0e5d2 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -83,7 +83,7 @@ Boston, MA 02111-1307, USA. */
83#undef access 83#undef access
84#undef unlink 84#undef unlink
85#define fork() 0 85#define fork() 0
86#define sys_wait(var) (*(var) = 0) 86#define wait(var) (*(var) = 0)
87/* Unfortunately, Samba doesn't seem to properly lock Unix files even 87/* Unfortunately, Samba doesn't seem to properly lock Unix files even
88 though the locking call succeeds (and indeed blocks local access from 88 though the locking call succeeds (and indeed blocks local access from
89 other NT programs). If you have direct file access using an NFS 89 other NT programs). If you have direct file access using an NFS