]> git.wh0rd.org - dump.git/blobdiff - compat/include/protocols/dumprestore.h
Fixed an offset calculation leading to bread lseek errors.
[dump.git] / compat / include / protocols / dumprestore.h
index 54bc19071de249d14b3b3badcab05db33d68eb19..fc437159619b7ef60349b0a8be15e3d80ebb5a97 100644 (file)
@@ -5,7 +5,7 @@
  *     Stelian Pop <stelian@popies.net>, 1999-2000
  *     Stelian Pop <stelian@popies.net> - AlcĂ´ve <www.alcove.com>, 2000-2002
  *
- *     $Id: dumprestore.h,v 1.21 2004/04/13 13:03:55 stelian Exp $
+ *     $Id: dumprestore.h,v 1.22 2004/07/01 09:14:49 stelian Exp $
  */
 
 /*
@@ -92,7 +92,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 */
+               u_int32_t c_tapea;          /* logical block of this record */
                dump_ino_t c_inumber;       /* number of inode */
                int32_t c_magic;            /* magic number (see above) */
                int32_t c_checksum;         /* record checksum */