Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/vi/build Undo rev. 1.2 -- not like it'll do much goo...



details:   https://anonhg.NetBSD.org/src/rev/82c589b81226
branches:  trunk
changeset: 503020:82c589b81226
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 29 00:24:24 2001 +0000

description:
Undo rev. 1.2 -- not like it'll do much good -- seems like there is
no code that checks HAVE_MMAP!

diffstat:

 usr.bin/vi/build/config.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 98ca597307f5 -r 82c589b81226 usr.bin/vi/build/config.h
--- a/usr.bin/vi/build/config.h Sun Jan 28 23:30:42 2001 +0000
+++ b/usr.bin/vi/build/config.h Mon Jan 29 00:24:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.7 2000/11/05 20:07:23 christos Exp $      */
+/*     $NetBSD: config.h,v 1.8 2001/01/29 00:24:24 thorpej Exp $       */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -10,9 +10,7 @@
 /* #undef HAVE_DOPRNT */
 
 /* Define if you have a working `mmap' system call.  */
-#ifdef __SVR4
 #define HAVE_MMAP 1 
-#endif
 
 /* Define if your struct stat has st_blksize.  */
 #define HAVE_ST_BLKSIZE 1



Home | Main Index | Thread Index | Old Index