diff options
author | Eduardo Chappa <chappa@washington.edu> | 2024-01-21 19:03:45 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2024-01-21 19:03:45 -0700 |
commit | a55202787df1d5cfd3e37cb4c021422ee4aa9530 (patch) | |
tree | 5e87cc67b7c0d5e1adcd686e9dc22f11a577e99c /imap/src/osdep/amiga/phile.c | |
parent | 0f19719595e79516fdf57e59d0661260c23a1df4 (diff) | |
download | alpine-a55202787df1d5cfd3e37cb4c021422ee4aa9530.tar.xz |
* Clean up some function definitions to comply with strict
prototypes. Suggested and worked in part by Holger Hoffstätte.
Diffstat (limited to 'imap/src/osdep/amiga/phile.c')
-rw-r--r-- | imap/src/osdep/amiga/phile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/imap/src/osdep/amiga/phile.c b/imap/src/osdep/amiga/phile.c index ce72d0a9..e01eec22 100644 --- a/imap/src/osdep/amiga/phile.c +++ b/imap/src/osdep/amiga/phile.c @@ -30,7 +30,9 @@ #include <stdio.h> #include <ctype.h> #include <errno.h> +#ifndef errno extern int errno; /* just in case */ +#endif #include <signal.h> #include "mail.h" #include "osdep.h" |