X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=688e32f1f5d5a34e9d9551f1f3c94f06c6cd98fd;hp=0fc9575b5db4eeafbf6d05b5820f47f88c83c479;hb=5e53f9e5f65aa5b3af6f5af9d868403536534afb;hpb=59926571aaec3e38cec09d0d9fa34f4a4b887309 diff --git a/protos.h b/protos.h index 0fc9575..688e32f 100644 --- a/protos.h +++ b/protos.h @@ -373,11 +373,11 @@ extern char *sys_errlist[]; #define memmove(d,s,n) bcopy((s),(d),(n)) #endif +#ifdef _AIX /* AIX doesn't define these in any headers (sigh) */ int strcasecmp (const char *, const char *); int strncasecmp (const char *, const char *, size_t); -#ifdef _AIX int setegid (gid_t); #endif /* _AIX */