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.7 (requested by persea...



details:   https://anonhg.NetBSD.org/src/rev/f6ae3fa73422
branches:  netbsd-1-6
changeset: 527685:f6ae3fa73422
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Jun 02 15:27:45 2002 +0000

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

diffstat:

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

diffs (17 lines):

diff -r c5d31dae14f7 -r f6ae3fa73422 sbin/fsck_lfs/dir.c
--- a/sbin/fsck_lfs/dir.c       Sun Jun 02 01:30:17 2002 +0000
+++ b/sbin/fsck_lfs/dir.c       Sun Jun 02 15:27:45 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.c,v 1.6 2002/05/09 02:55:50 simonb Exp $        */
+/* $NetBSD: dir.c,v 1.6.2.1 2002/06/02 15:27:45 tv Exp $        */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -39,6 +39,7 @@
 #include <ufs/ufs/dir.h>
 #include <sys/mount.h>         /* XXX */
 #include <ufs/lfs/lfs.h>
+#include <ufs/lfs/lfs_extern.h>
 
 #include <stdio.h>
 #include <stdlib.h>



Home | Main Index | Thread Index | Old Index