]> andersk Git - openssh.git/blobdiff - includes.h
- (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
[openssh.git] / includes.h
index 4740418a75ae5ea795af02fd7f3dbcfb4d7fca6d..633fd960eb4cd231f7d8409bd79379aa07bd8d6e 100644 (file)
@@ -103,4 +103,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #include "openbsd-compat/bsd-cygwin_util.h"
 #include "entropy.h"
 
+#ifndef MAP_FAILED
+# define MAP_FAILED ((void *)-1)
+#endif
+
 #endif /* INCLUDES_H */
This page took 0.026167 seconds and 4 git commands to generate.