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
commit774dbe80822d0b0049c6443f0b1692908eb33eca (patch)
treeb85df27753b52738045afe3dc50ca7d43045dfce /lib-src
parent3ebae83afda45be3be3d9adef0cea2cb0b73fe12 (diff)
downloademacs-774dbe80822d0b0049c6443f0b1692908eb33eca.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