summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>1998-06-01 14:09:21 +0000
committerAndrew Innes <andrewi@gnu.org>1998-06-01 14:09:21 +0000
commit4822b2e57fd58d2d7c26a89f25009dd9b21a6f11 (patch)
treed1403c8b371d879972599a6bfac0181c5531600d /lib-src
parent14fa0be5e2e7d772b0c7fb3c0676f64fa320432f (diff)
downloademacs-4822b2e57fd58d2d7c26a89f25009dd9b21a6f11.tar.gz
(sys_wait): Rename to wait.
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. */
#undef access
#undef unlink
#define fork() 0
-#define sys_wait(var) (*(var) = 0)
+#define wait(var) (*(var) = 0)
/* Unfortunately, Samba doesn't seem to properly lock Unix files even
though the locking call succeeds (and indeed blocks local access from
other NT programs). If you have direct file access using an NFS