Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libbfd Don't define USE_MMP. Applications using libb...



details:   https://anonhg.NetBSD.org/src/rev/da94c47b465c
branches:  trunk
changeset: 474010:da94c47b465c
user:      kristerw <kristerw%NetBSD.org@localhost>
date:      Fri Jun 25 23:04:40 1999 +0000

description:
Don't define USE_MMP. Applications using libbfd assumes that the
memory is malloc:ed and tries to free() it...

diffstat:

 gnu/lib/libbfd/config.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0696dd40c762 -r da94c47b465c gnu/lib/libbfd/config.h
--- a/gnu/lib/libbfd/config.h   Fri Jun 25 22:32:40 1999 +0000
+++ b/gnu/lib/libbfd/config.h   Fri Jun 25 23:04:40 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.1 1999/02/09 15:57:53 tv Exp $    */
+/*     $NetBSD: config.h,v 1.2 1999/06/25 23:04:40 kristerw Exp $      */
 
 /****************/
 /* bfd config.h */
@@ -44,7 +44,7 @@
 /* #undef HAVE_SYS_PROCFS_H */
 
 /* Do we really want to use mmap if it's available?  */
-#define USE_MMAP 1
+/* #undef USE_MMAP */
 
 /* Define if you have the fcntl function.  */
 #define HAVE_FCNTL 1



Home | Main Index | Thread Index | Old Index