]> git.wh0rd.org - dump.git/blobdiff - compat/include/protocols/dumprestore.h
Better comparision (including directories).
[dump.git] / compat / include / protocols / dumprestore.h
index 9c6844fd52f2eca58fdb71f4f121720a631487a7..981b9f6014970c5b4b3b013100092eeee9899555 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.20 2003/10/26 16:05:46 stelian Exp $
+ *     $Id: dumprestore.h,v 1.23 2004/12/15 11:00:01 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 */
@@ -149,7 +150,7 @@ union u_spcl {
 #define EXT_REGULAR            0
 #define EXT_MACOSFNDRINFO      1
 #define EXT_MACOSRESFORK       2
-#define EXT_ACL                        3
+#define EXT_XATTR              3
 
 
 /*