diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 05:01:05 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 05:01:05 +0000 |
| commit | 56d73492e16d4edc755a2ae8f7d497d4e4d4ec7c (patch) | |
| tree | 71f8e447e5a1ddc4a4b039197f2c2c71e5ee06a4 | |
| parent | ae25b713c6dac90b1c93c0e8a3b327866836148d (diff) | |
Notes
| -rw-r--r-- | usr.bin/ar/archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/archive.h b/usr.bin/ar/archive.h index 23b391fa1e96..fb4ffeba0351 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 */ |
