diff src/s/aix4.h @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c42ec1d1cded
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/s/aix4.h	Mon Aug 13 10:33:19 2007 +0200
+++ b/src/s/aix4.h	Mon Aug 13 10:34:13 2007 +0200
@@ -5,8 +5,9 @@
 /* AIX 4 does not have HFT any more.  */
 #undef AIXHFT
 
-/* Get strcasecmp, and friends, for warning suppression.
-   These functions shouldn't actually be used, but don't try to fix it.  */
 #ifndef NOT_C_CODE
-#include <strings.h>
+#define _XFUNCS_H_ 1
+/* Forward declarations for xlc warning suppressions */
+struct ether_addr;
+struct sockaddr_dl;
 #endif