aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/restore.h
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit3468b317cb93827fbbd4b835f5c233804bc5203c (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/restore/restore.h
parent4481bee4621453e6555046bda0aa6ad9f672b773 (diff)
downloadsrc-3468b317cb93827fbbd4b835f5c233804bc5203c.tar.gz
src-3468b317cb93827fbbd4b835f5c233804bc5203c.zip
more file system > filesystem
Notes
Notes: svn path=/head/; revision=96707
Diffstat (limited to 'sbin/restore/restore.h')
-rw-r--r--sbin/restore/restore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/restore/restore.h b/sbin/restore/restore.h
index 4b3affc03dcc..1e71330ca34b 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 */