Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sbin/fsck_lfs Pull up revision 1.10 (requested by perse...



details:   https://anonhg.NetBSD.org/src/rev/ba7073cde8e9
branches:  netbsd-1-6
changeset: 527688:ba7073cde8e9
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Jun 02 15:28:13 2002 +0000

description:
Pull up revision 1.10 (requested by perseant in ticket #131):
Re-checksum the superblock whenever it is marked dirty.
Tested on alpha.

diffstat:

 sbin/fsck_lfs/pass5.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 22b050cf4b47 -r ba7073cde8e9 sbin/fsck_lfs/pass5.c
--- a/sbin/fsck_lfs/pass5.c     Sun Jun 02 15:28:05 2002 +0000
+++ b/sbin/fsck_lfs/pass5.c     Sun Jun 02 15:28:13 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pass5.c,v 1.9 2001/07/13 20:30:19 perseant Exp $    */
+/* $NetBSD: pass5.c,v 1.9.2.1 2002/06/02 15:28:13 tv Exp $      */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -42,6 +42,7 @@
 #include <ufs/ufs/dir.h>
 #include <sys/mount.h>
 #include <ufs/lfs/lfs.h>
+#include <ufs/lfs/lfs_extern.h>
 
 #include <string.h>
 #include "fsck.h"



Home | Main Index | Thread Index | Old Index