From 896f3841bf047ca93766900f8cd8c5852e6a9245 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 04:10:46 +0000 Subject: more file system > filesystem --- sbin/restore/restore.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin/restore/restore.h') diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h index 4b3affc..1e71330 100644 --- a/sbin/restore/restore.h +++ b/sbin/restore/restore.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)restore.h 8.3 (Berkeley) 9/13/94 + * $FreeBSD$ */ /* @@ -55,7 +56,7 @@ extern int yflag; /* always try to recover from tape errors */ */ extern char *dumpmap; /* map of inodes on this dump tape */ extern char *usedinomap; /* map of inodes that are in use on this fs */ -extern ino_t maxino; /* highest numbered inode in this file system */ +extern ino_t maxino; /* highest numbered inode in this filesystem */ extern long dumpnum; /* location of the dump on this tape */ extern long volno; /* current volume being read */ extern long ntrec; /* number of TP_BSIZE records per tape block */ @@ -67,7 +68,7 @@ extern int oldinofmt; /* reading tape with old format inodes */ extern int Bcvt; /* need byte swapping on inodes and dirs */ /* - * Each file in the file system is described by one of these entries + * Each file in the filesystem is described by one of these entries */ struct entry { char *e_name; /* the current name of this entry */ -- cgit v1.1