diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-14 06:59:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-14 06:59:55 +0000 |
| commit | 950e983e03857bdeb40ad8d3258f97c11759af61 (patch) | |
| tree | b8b627efc440c2b11decf50e6ed409260b6a95d1 | |
| parent | 22bd43ccdaf67973f9019397bd88993c2b04a8fd (diff) | |
Notes
| -rw-r--r-- | include/protocols/dumprestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index b4a45fe0814c..ebc700d3d975 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 */ |
