Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_ffs Enable -o softdep.
details: https://anonhg.NetBSD.org/src/rev/4ed52131be64
branches: trunk
changeset: 487960:4ed52131be64
user: fvdl <fvdl%NetBSD.org@localhost>
date: Thu Jun 15 22:36:46 2000 +0000
description:
Enable -o softdep.
diffstat:
sbin/mount_ffs/mount_ffs.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 495ab7e73714 -r 4ed52131be64 sbin/mount_ffs/mount_ffs.c
--- a/sbin/mount_ffs/mount_ffs.c Thu Jun 15 22:36:07 2000 +0000
+++ b/sbin/mount_ffs/mount_ffs.c Thu Jun 15 22:36:46 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount_ffs.c,v 1.10 2000/04/14 06:03:40 simonb Exp $ */
+/* $NetBSD: mount_ffs.c,v 1.11 2000/06/15 22:36:46 fvdl Exp $ */
/*-
* Copyright (c) 1993, 1994
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)mount_ufs.c 8.4 (Berkeley) 4/26/95";
#else
-__RCSID("$NetBSD: mount_ffs.c,v 1.10 2000/04/14 06:03:40 simonb Exp $");
+__RCSID("$NetBSD: mount_ffs.c,v 1.11 2000/06/15 22:36:46 fvdl Exp $");
#endif
#endif /* not lint */
@@ -73,6 +73,7 @@
MOPT_NOATIME,
MOPT_NODEVMTIME,
MOPT_FORCE,
+ MOPT_SOFTDEP,
{ NULL }
};
Home |
Main Index |
Thread Index |
Old Index