]> andersk Git - openssh.git/commitdiff
- (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
authormouring <mouring>
Sat, 6 Apr 2002 04:11:28 +0000 (04:11 +0000)
committermouring <mouring>
Sat, 6 Apr 2002 04:11:28 +0000 (04:11 +0000)
ChangeLog
includes.h

index 9b287e2ad839b8fe18fb044f215cece36d92424c..04080ac545fb6fcd2777016c69314dd1910879fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20020406
  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
    <carsten.grohmann@dr-baldeweg.de>
+ - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
 
 20020405
  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
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.04751 seconds and 5 git commands to generate.