From 3ea593e0da946874e76e7436296219737b44ca16 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 14 May 2002 06:59:55 +0000 Subject: Use explicitly sized fields for the tape format definition. Sponsored by: DARPA & NAI Labs. --- include/protocols/dumprestore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/protocols') diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index b4a45fe..ebc700d 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -73,7 +73,7 @@ union u_spcl { int32_t c_date; /* date of this dump */ int32_t c_ddate; /* date of previous dump */ int32_t c_volume; /* dump volume number */ - daddr_t c_tapea; /* logical block of this record */ + int32_t c_tapea; /* logical block of this record */ ino_t c_inumber; /* number of inode */ int32_t c_magic; /* magic number (see above) */ int32_t c_checksum; /* record checksum */ -- cgit v1.1