---
 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

Reply via email to