summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--includes.h4
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 68539dcd5..67433b8aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120020406 120020406
2 - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 2 - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann
3 <carsten.grohmann@dr-baldeweg.de> 3 <carsten.grohmann@dr-baldeweg.de>
4 - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
4 5
520020405 620020405
6 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by 7 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
@@ -8171,4 +8172,4 @@
8171 - Wrote replacements for strlcpy and mkdtemp 8172 - Wrote replacements for strlcpy and mkdtemp
8172 - Released 1.0pre1 8173 - Released 1.0pre1
8173 8174
8174$Id: ChangeLog,v 1.2026 2002/04/06 01:12:52 djm Exp $ 8175$Id: ChangeLog,v 1.2027 2002/04/06 04:11:28 mouring Exp $
diff --git a/includes.h b/includes.h
index 4740418a7..633fd960e 100644
--- a/includes.h
+++ b/includes.h
@@ -103,4 +103,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
103#include "openbsd-compat/bsd-cygwin_util.h" 103#include "openbsd-compat/bsd-cygwin_util.h"
104#include "entropy.h" 104#include "entropy.h"
105 105
106#ifndef MAP_FAILED
107# define MAP_FAILED ((void *)-1)
108#endif
109
106#endif /* INCLUDES_H */ 110#endif /* INCLUDES_H */