diff options
| author | lukem <lukem@NetBSD.org> | 2001-12-23 14:38:03 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-12-23 14:38:03 +0000 |
| commit | d7eda14fff69451019a5d954555ea6f9892ef633 (patch) | |
| tree | acbec5438ff441806e0c7a39725674eb383a9e80 /include/protocols | |
| parent | 983d322c7ca66dcee10182402ce2a430c76cdc03 (diff) | |
Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.)
Diffstat (limited to 'include/protocols')
| -rw-r--r-- | include/protocols/dumprestore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 7f4ca064009..2234a7ca334 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -1,4 +1,4 @@ -/* $NetBSD: dumprestore.h,v 1.8 1998/02/10 00:38:16 perry Exp $ */ +/* $NetBSD: dumprestore.h,v 1.9 2001/12/23 14:38:03 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -70,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 */ |
