[PATCH 7/8] Fix redundant declarations on not-AIX systems
Rene Kita <[email protected]>
| Newsgroups | gmane.mail.mutt.devel |
|---|---|
| Message-ID | <[email protected]> |
--- protos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos.h b/protos.h index 4e8337da..e5f115f8 100644 --- a/protos.h +++ b/protos.h @@ -516,11 +516,11 @@ int getdnsdomainname(BUFFER *); #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 */ -- 2.51.0