summaryrefslogtreecommitdiff
path: root/bin/pax/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/tables.h')
-rw-r--r--bin/pax/tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/tables.h b/bin/pax/tables.h
index 238986f5bb8..55eeb959284 100644
--- a/bin/pax/tables.h
+++ b/bin/pax/tables.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tables.h,v 1.15 2015/03/09 04:23:29 guenther Exp $ */
+/* $OpenBSD: tables.h,v 1.16 2015/03/19 05:14:24 guenther Exp $ */
/* $NetBSD: tables.h,v 1.3 1995/03/21 09:07:47 cgd Exp $ */
/*-
@@ -79,7 +79,7 @@ typedef struct hrdlnk {
*/
typedef struct ftm {
off_t seek; /* location in scratch file */
- time_t mtime; /* files last modification time */
+ struct timespec mtim; /* files last modification time */
struct ftm *fow;
int namelen; /* file name length */
} FTM;