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.9 (requested by persea...
details: https://anonhg.NetBSD.org/src/rev/2c5920b47311
branches: netbsd-1-6
changeset: 527689:2c5920b47311
user: tv <tv%NetBSD.org@localhost>
date: Sun Jun 02 15:28:19 2002 +0000
description:
Pull up revision 1.9 (requested by perseant in ticket #131):
Re-checksum the superblock whenever it is marked dirty.
Tested on alpha.
diffstat:
sbin/fsck_lfs/utilities.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ba7073cde8e9 -r 2c5920b47311 sbin/fsck_lfs/utilities.c
--- a/sbin/fsck_lfs/utilities.c Sun Jun 02 15:28:13 2002 +0000
+++ b/sbin/fsck_lfs/utilities.c Sun Jun 02 15:28:19 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: utilities.c,v 1.8 2001/07/13 20:30:19 perseant Exp $ */
+/* $NetBSD: utilities.c,v 1.8.2.1 2002/06/02 15:28:19 tv Exp $ */
/*
* Copyright (c) 1980, 1986, 1993
@@ -39,6 +39,7 @@
#include <ufs/ufs/dir.h>
#include <sys/mount.h>
#include <ufs/lfs/lfs.h>
+#include <ufs/lfs/lfs_extern.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Home |
Main Index |
Thread Index |
Old Index