diff src/s/aix4.h @ 456:e7ef97881643 r21-2-43

Import from CVS: tag r21-2-43
author cvs
date Mon, 13 Aug 2007 11:41:24 +0200
parents 3d3049ae1304
children 223736d75acb
line wrap: on
line diff
--- a/src/s/aix4.h	Mon Aug 13 11:40:56 2007 +0200
+++ b/src/s/aix4.h	Mon Aug 13 11:41:24 2007 +0200
@@ -11,15 +11,6 @@
 /* AIX is happier when bzero and strcasecmp are declared */
 #include "strings.h"
 
-/* AIX 4.2's sys/mman.h doesn't seem to define MAP_FAILED,
-   although Unix98 claims it must. */
-#ifdef HAVE_MMAP
-#include <sys/mman.h>
-# ifndef MAP_FAILED
-#  define MAP_FAILED ((void *) -1)
-# endif
-#endif
-
 /* Forward declarations for xlc warning suppressions */
 struct ether_addr;
 struct sockaddr_dl;