]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
authorBen Lindstrom <mouring@eviladmin.org>
Sat, 6 Apr 2002 04:11:28 +0000 (04:11 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Sat, 6 Apr 2002 04:11:28 +0000 (04:11 +0000)
ChangeLog
includes.h

index 68539dcd52aa29cc89e49d53ca9a274bc9bc3882..67433b8aab964c063ff02c904d43ec0444c4ace4 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
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.2026 2002/04/06 01:12:52 djm Exp $
+$Id: ChangeLog,v 1.2027 2002/04/06 04:11:28 mouring Exp $
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 */