Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/xcvs/include Don't re-define MAP_ANONYMOUS



details:   https://anonhg.NetBSD.org/src/rev/4449056e5c48
branches:  trunk
changeset: 820645:4449056e5c48
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 12 23:15:49 2017 +0000

description:
Don't re-define MAP_ANONYMOUS

diffstat:

 external/gpl2/xcvs/include/config.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r de648be9f334 -r 4449056e5c48 external/gpl2/xcvs/include/config.h
--- a/external/gpl2/xcvs/include/config.h       Thu Jan 12 23:12:59 2017 +0000
+++ b/external/gpl2/xcvs/include/config.h       Thu Jan 12 23:15:49 2017 +0000
@@ -857,7 +857,7 @@
 #define MALLOC_0_IS_NONNULL 1
 
 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
-#define MAP_ANONYMOUS MAP_ANON
+/* #define MAP_ANONYMOUS MAP_ANON */
 
 /* By default, CVS stores its modules and other such items in flat text files
    (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a



Home | Main Index | Thread Index | Old Index