Source-Changes-HG archive

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

[src/netbsd-1-4]: src/gnu/lib/libbfd pullup 1.1->1.2 (Krister Walfridsson): n...



details:   https://anonhg.NetBSD.org/src/rev/cee12167f1a0
branches:  netbsd-1-4
changeset: 469131:cee12167f1a0
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Jul 01 19:19:34 1999 +0000

description:
pullup 1.1->1.2 (Krister Walfridsson): nuke USE_MMAP

diffstat:

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

diffs (18 lines):

diff -r 08d17de6375f -r cee12167f1a0 gnu/lib/libbfd/config.h
--- a/gnu/lib/libbfd/config.h   Thu Jul 01 19:16:35 1999 +0000
+++ b/gnu/lib/libbfd/config.h   Thu Jul 01 19:19:34 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.1.2.1 1999/07/01 19:19:34 perry 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