generalize dev_bsize
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 24 Feb 1987 09:57:06 +0000 (01:57 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 24 Feb 1987 09:57:06 +0000 (01:57 -0800)
SCCS-vsn: sbin/dump/dump.h 5.4

usr/src/sbin/dump/dump.h

index 1ac441c..3ed03d7 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dump.h      5.3 (Berkeley) %G%
+ *     @(#)dump.h      5.4 (Berkeley) %G%
  */
 
 #define        NI              16
  */
 
 #define        NI              16
@@ -66,6 +66,7 @@ time_t        tstart_writing; /* when started writing the first tape block */
 char   *processname;
 struct fs *sblock;     /* the file system super block */
 char   buf[MAXBSIZE];
 char   *processname;
 struct fs *sblock;     /* the file system super block */
 char   buf[MAXBSIZE];
+long   dev_bsize;
 
 char   *ctime();
 char   *prdate();
 
 char   *ctime();
 char   *prdate();