diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-10-28 20:01:38 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-10-28 20:01:38 +0000 |
| commit | 5b3817c60b5d4e7ac21b4576f820cad7e853b5d9 (patch) | |
| tree | 2aac20490200e00aba6e36dc6eaec794b658377d /include/protocols | |
| parent | 237c4e3a9e1e8c006edac8167088dfb130597e5c (diff) | |
Notes
Diffstat (limited to 'include/protocols')
| -rw-r--r-- | include/protocols/dumprestore.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 98704e7a580b..b4a45fe0814c 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -36,6 +36,8 @@ * SUCH DAMAGE. * * @(#)dumprestore.h 8.2 (Berkeley) 1/21/94 + * + * $FreeBSD$ */ #ifndef _PROTOCOLS_DUMPRESTORE_H_ @@ -68,8 +70,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 */ |
