From 9873bbaebfb095d92d65506ce4bf3c8ecf49b22a Mon Sep 17 00:00:00 2001 From: kristerw Date: Fri, 25 Jun 1999 23:04:40 +0000 Subject: [PATCH] Don't define USE_MMP. Applications using libbfd assumes that the memory is malloc:ed and tries to free() it... --- gnu/lib/libbfd/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libbfd/config.h b/gnu/lib/libbfd/config.h index d23130cbf683..1e3c64d58904 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