Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ffs make it compile (fix typo)
details: https://anonhg.NetBSD.org/src/rev/86c35c808dd8
branches: trunk
changeset: 487982:86c35c808dd8
user: perseant <perseant%NetBSD.org@localhost>
date: Fri Jun 16 05:45:14 2000 +0000
description:
make it compile (fix typo)
diffstat:
sys/ufs/ffs/ffs_vfsops.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 60de79c13218 -r 86c35c808dd8 sys/ufs/ffs/ffs_vfsops.c
--- a/sys/ufs/ffs/ffs_vfsops.c Fri Jun 16 05:28:49 2000 +0000
+++ b/sys/ufs/ffs/ffs_vfsops.c Fri Jun 16 05:45:14 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs_vfsops.c,v 1.66 2000/06/16 00:30:15 matt Exp $ */
+/* $NetBSD: ffs_vfsops.c,v 1.67 2000/06/16 05:45:14 perseant Exp $ */
/*
* Copyright (c) 1989, 1991, 1993, 1994
@@ -185,7 +185,7 @@
return (error);
#if !defined(SOFTDEP)
- mp->mnt_flags &= ~MNT_SOFTDEP;
+ mp->mnt_flag &= ~MNT_SOFTDEP;
#endif
/*
Home |
Main Index |
Thread Index |
Old Index