]> git.wh0rd.org - dump.git/blobdiff - compat/include/protocols/dumprestore.h
Update the location of dump home page (to the sourceforge one).
[dump.git] / compat / include / protocols / dumprestore.h
index 0d6e0c8ed99af5cd8b37b17d2be33654c568384f..d3e1c55a7995d9cbca8f1d8f96de43a38f75a377 100644 (file)
@@ -2,7 +2,7 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *      Stelian Pop <pop@cybercable.fr>, 1999
+ *      Stelian Pop <pop@cybercable.fr>, 1999-2000
  *
  */
 
@@ -43,7 +43,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: dumprestore.h,v 1.4 2000/01/07 19:24:04 tiniou Exp $
+ * $Id: dumprestore.h,v 1.6 2000/01/21 10:17:41 stelian Exp $
  */
 
 #ifndef _PROTOCOLS_DUMPRESTORE_H_
@@ -76,8 +76,8 @@ union u_spcl {
        char dummy[TP_BSIZE];
        struct  s_spcl {
                int32_t c_type;             /* record type (see below) */
-               time_t  c_date;             /* date of this dump */
-               time_t  c_ddate;            /* date of previous dump */
+               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 */
                ino_t   c_inumber;          /* number of inode */