comparison lib-src/movemail.c @ 22316:95d38cf99591

(sys_wait): Rename to wait.
author Andrew Innes <andrewi@gnu.org>
date Mon, 01 Jun 1998 14:09:21 +0000
parents ee90e9da3a70
children 0ba967162ee0
comparison
equal deleted inserted replaced
22315:80daf55e329a 22316:95d38cf99591
81 #ifdef WINDOWSNT 81 #ifdef WINDOWSNT
82 #include "ntlib.h" 82 #include "ntlib.h"
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
90 client or something other than Samba, the locking call might work 90 client or something other than Samba, the locking call might work
91 properly - make sure it does before you enable this! 91 properly - make sure it does before you enable this!