Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/fsck_lfs Pull up revision 1.4 (requested by fvdl):
details: https://anonhg.NetBSD.org/src/rev/f17fbfd98e2e
branches: netbsd-1-5
changeset: 489937:f17fbfd98e2e
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 19:47:05 2000 +0000
description:
Pull up revision 1.4 (requested by fvdl):
Fix a problem where fsck_lfs will dump core (runs out of memory)
on a file system above average in size.
diffstat:
sbin/fsck_lfs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 509430e4ee4d -r f17fbfd98e2e sbin/fsck_lfs/Makefile
--- a/sbin/fsck_lfs/Makefile Thu Oct 19 14:24:18 2000 +0000
+++ b/sbin/fsck_lfs/Makefile Thu Oct 19 19:47:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/30 04:33:14 perseant Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2000/10/19 19:47:05 he Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= fsck_lfs
@@ -8,6 +8,6 @@
SRCS+= pass0.c pass5.c
FSCK= ${.CURDIR}/../fsck
.PATH: ${.CURDIR}/../../sys/ufs/lfs ${FSCK}
-CPPFLAGS+=-I${FSCK} -DVERBOSE_BLOCKMAP
+CPPFLAGS+=-I${FSCK} # -DVERBOSE_BLOCKMAP
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index