aboutsummaryrefslogtreecommitdiff
path: root/include/protocols
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2002-07-17 02:03:19 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2002-07-17 02:03:19 +0000
commitfb36a3d8472e3b7c446b5501635ec34eb1ebaa00 (patch)
tree5b5d1d91499a541486f56f84b49c10edeafd66b2 /include/protocols
parenta1dc2096387101165d53fe98677d3e4e1d0557ad (diff)
Notes
Diffstat (limited to 'include/protocols')
-rw-r--r--include/protocols/dumprestore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index 6daecc11723a..6abf922eb192 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -93,8 +93,8 @@ union u_spcl {
int32_t c_mtimensec; /* last modified time, nanosecs */
int32_t c_spare2[2]; /* old ctime */
int32_t c_rdev; /* for devices, device number */
- int32_t c_createtimensec; /* creation time, nanosecs */
- int64_t c_createtime; /* creation time, seconds */
+ int32_t c_birthtimensec; /* creation time, nanosecs */
+ 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 */