diff options
| author | kristerw <kristerw@NetBSD.org> | 1999-06-25 23:04:40 +0000 |
|---|---|---|
| committer | kristerw <kristerw@NetBSD.org> | 1999-06-25 23:04:40 +0000 |
| commit | 9873bbaebfb095d92d65506ce4bf3c8ecf49b22a (patch) | |
| tree | db52d7c057bf9a1411b33f1f8e88dc59d2d890c9 /gnu/lib | |
| parent | 914e91ea43269d3a65184b26310ca503694d46da (diff) | |
Don't define USE_MMP. Applications using libbfd assumes that the
memory is malloc:ed and tries to free() it...
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libbfd/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libbfd/config.h b/gnu/lib/libbfd/config.h index d23130cbf68..1e3c64d5890 100644 --- a/gnu/lib/libbfd/config.h +++ b/gnu/lib/libbfd/config.h @@ -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 |
