X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Finclude%2Fprotocols%2Fdumprestore.h;h=fc437159619b7ef60349b0a8be15e3d80ebb5a97;hb=e1e4be20b0192a2988eab70a31fb1428c4c81eec;hp=9c6844fd52f2eca58fdb71f4f121720a631487a7;hpb=d1925e0c515fcb4f815d75292566d600fd715ff5;p=dump.git diff --git a/compat/include/protocols/dumprestore.h b/compat/include/protocols/dumprestore.h index 9c6844f..fc43715 100644 --- a/compat/include/protocols/dumprestore.h +++ b/compat/include/protocols/dumprestore.h @@ -5,7 +5,7 @@ * Stelian Pop , 1999-2000 * Stelian Pop - AlcĂ´ve , 2000-2002 * - * $Id: dumprestore.h,v 1.20 2003/10/26 16:05:46 stelian Exp $ + * $Id: dumprestore.h,v 1.22 2004/07/01 09:14:49 stelian Exp $ */ /* @@ -69,6 +69,7 @@ #define OFS_MAGIC (int)60011 #define NFS_MAGIC (int)60012 +#define FS_UFS2_MAGIC (int)0x19540119 #define CHECKSUM (int)84446 #ifdef __linux__ @@ -91,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 */