summaryrefslogtreecommitdiff
path: root/tmpfs/tmpfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmpfs/tmpfs.h')
-rw-r--r--tmpfs/tmpfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfs/tmpfs.h b/tmpfs/tmpfs.h
index 4fb418a2..3032ce3c 100644
--- a/tmpfs/tmpfs.h
+++ b/tmpfs/tmpfs.h
@@ -35,7 +35,7 @@ struct disknode
nlink_t nlink;
uid_t uid, author;
gid_t gid;
- time_t atime, mtime, ctime;
+ struct timespec atime, mtime, ctime;
unsigned int flags;
char *trans;