--- 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
- Minor cleanup after adding more warnings to CFLAGS Rene Kita
- [PATCH 8/8] Remove unused macro Rene Kita
- [PATCH 7/8] Fix redundant declarations on not-AIX s... Rene Kita
- [PATCH 1/8] Remove dead code Rene Kita
- [PATCH 5/8] Remove redundant declaration Rene Kita
- [PATCH 6/8] Fix redundant declaration with getopt.h Rene Kita
- [PATCH 4/8] Drop const where we cannot keep the pro... Rene Kita
- [PATCH 2/8] Fix const casts and use const where nee... Rene Kita
- [PATCH 3/8] Drop unnecessary casts Rene Kita
- Re: Minor cleanup after adding more warnings to CFL... Kevin J. McCarthy
- [PATCH 9/8] Add more const correctness Rene Kita
- Re: [PATCH 9/8] Add more const correctness Kevin J. McCarthy
- Re: [PATCH 9/8] Add more const correctness Kevin J. McCarthy
