Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4822b2e5
Commit
4822b2e5
authored
Jun 01, 1998
by
Andrew Innes
Browse files
(sys_wait): Rename to wait.
parent
14fa0be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib-src/movemail.c
lib-src/movemail.c
+1
-1
No files found.
lib-src/movemail.c
View file @
4822b2e5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment