From 72e64d31dd26cf98fda6859c511d12ae968bcd1f Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Tue, 24 Feb 1987 01:57:06 -0800 Subject: [PATCH] generalize dev_bsize SCCS-vsn: sbin/dump/dump.h 5.4 --- usr/src/sbin/dump/dump.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sbin/dump/dump.h b/usr/src/sbin/dump/dump.h index 1ac441c691..3ed03d7423 100644 --- a/usr/src/sbin/dump/dump.h +++ b/usr/src/sbin/dump/dump.h @@ -3,7 +3,7 @@ * 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 @@ -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]; +long dev_bsize; char *ctime(); char *prdate(); -- 2.20.1