Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_ffs Need an lfdir global variable now.



details:   https://anonhg.NetBSD.org/src/rev/cfbb0d84646b
branches:  trunk
changeset: 500571:cfbb0d84646b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Dec 14 00:32:22 2000 +0000

description:
Need an lfdir global variable now.

diffstat:

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

diffs (26 lines):

diff -r 39bcfc60c45f -r cfbb0d84646b sbin/fsck_ffs/dir.c
--- a/sbin/fsck_ffs/dir.c       Thu Dec 14 00:19:42 2000 +0000
+++ b/sbin/fsck_ffs/dir.c       Thu Dec 14 00:32:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dir.c,v 1.27 2000/08/03 14:52:39 castor Exp $  */
+/*     $NetBSD: dir.c,v 1.28 2000/12/14 00:32:22 simonb Exp $  */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)dir.c      8.8 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: dir.c,v 1.27 2000/08/03 14:52:39 castor Exp $");
+__RCSID("$NetBSD: dir.c,v 1.28 2000/12/14 00:32:22 simonb Exp $");
 #endif
 #endif /* not lint */
 
@@ -60,6 +60,7 @@
 
 char   *lfname = "lost+found";
 int    lfmode = 01700;
+ino_t  lfdir;
 struct dirtemplate emptydir = { 0, DIRBLKSIZ };
 struct dirtemplate dirhead = {
        0, 12, DT_DIR, 1, ".",



Home | Main Index | Thread Index | Old Index