Use explicitly sized fields for the tape format definition.
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
22bd43ccda
commit
950e983e03
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user