diff options
| author | Andrew Innes | 1998-06-01 14:09:21 +0000 |
|---|---|---|
| committer | Andrew Innes | 1998-06-01 14:09:21 +0000 |
| commit | 4822b2e57fd58d2d7c26a89f25009dd9b21a6f11 (patch) | |
| tree | d1403c8b371d879972599a6bfac0181c5531600d /lib-src | |
| parent | 14fa0be5e2e7d772b0c7fb3c0676f64fa320432f (diff) | |
| download | emacs-4822b2e57fd58d2d7c26a89f25009dd9b21a6f11.tar.gz emacs-4822b2e57fd58d2d7c26a89f25009dd9b21a6f11.zip | |
(sys_wait): Rename to wait.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 2 |
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 |