diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2007-02-26 08:15:56 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2007-02-26 08:15:56 +0000 |
| commit | 772ad651bf7af82b57558e5a6268e3961e9c2ad8 (patch) | |
| tree | 2804c9d36c181a4e54a05d8bca1ea7ca7d284525 /include/protocols | |
| parent | fdece2b8f73a053931da1593a869c2eb6437bddd (diff) | |
Notes
Diffstat (limited to 'include/protocols')
| -rw-r--r-- | include/protocols/dumprestore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index 6abf922eb192..0b69e2d9709a 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -97,7 +97,8 @@ union u_spcl { int64_t c_birthtime; /* creation time, seconds */ int64_t c_atime; /* last access time, seconds */ int64_t c_mtime; /* last modified time, seconds */ - int32_t c_spare4[7]; /* old block pointers */ + int32_t c_extsize; /* external attribute size */ + int32_t c_spare4[6]; /* old block pointers */ u_int32_t c_file_flags; /* status flags (chflags) */ int32_t c_spare5[2]; /* old blocks, generation number */ u_int32_t c_uid; /* file owner */ |
