Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs Add initialization to quell compiler warning (on...
details: https://anonhg.NetBSD.org/src/rev/2b747f0ad970
branches: trunk
changeset: 467881:2b747f0ad970
user: perseant <perseant%NetBSD.org@localhost>
date: Tue Mar 30 16:11:43 1999 +0000
description:
Add initialization to quell compiler warning (only on some platforms?)
diffstat:
sys/ufs/lfs/lfs_segment.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7a294c60bec6 -r 2b747f0ad970 sys/ufs/lfs/lfs_segment.c
--- a/sys/ufs/lfs/lfs_segment.c Tue Mar 30 16:07:47 1999 +0000
+++ b/sys/ufs/lfs/lfs_segment.c Tue Mar 30 16:11:43 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_segment.c,v 1.22 1999/03/30 16:03:16 perseant Exp $ */
+/* $NetBSD: lfs_segment.c,v 1.23 1999/03/30 16:11:43 perseant Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -346,6 +346,7 @@
continue;
}
#endif
+ only_cleaning = 0;
/*
* Write the inode/file if dirty and it's not the
* the IFILE.
Home |
Main Index |
Thread Index |
Old Index