From a55202787df1d5cfd3e37cb4c021422ee4aa9530 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 21 Jan 2024 19:03:45 -0700 Subject: * Clean up some function definitions to comply with strict prototypes. Suggested and worked in part by Holger Hoffstätte. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imap/src/osdep/unix/os_sgi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'imap/src/osdep/unix/os_sgi.c') diff --git a/imap/src/osdep/unix/os_sgi.c b/imap/src/osdep/unix/os_sgi.c index 3e5eb550..0044b47e 100644 --- a/imap/src/osdep/unix/os_sgi.c +++ b/imap/src/osdep/unix/os_sgi.c @@ -39,7 +39,9 @@ #include #include #include +#ifndef errno extern int errno; /* just in case */ +#endif #include #include "misc.h" -- cgit v1.2.3-70-g09d2