summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/archive.h')
-rw-r--r--usr.bin/ar/archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/archive.h b/usr.bin/ar/archive.h
index 23b391f..fb4ffeb 100644
--- a/usr.bin/ar/archive.h
+++ b/usr.bin/ar/archive.h
@@ -77,7 +77,7 @@ typedef struct {
/* Header structure internal format. */
typedef struct {
off_t size; /* size of the object in bytes */
- long date; /* date */
+ time_t date; /* date */
int lname; /* size of the long name in bytes */
int gid; /* group */
int uid; /* owner */
OpenPOWER on IntegriCloud