diff --git a/usr.bin/ar/archive.h b/usr.bin/ar/archive.h index 23b391fa1e9..fb4ffeba035 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 */