From 7804b1ce4b1b9e93f898f716db018d9240b04f2e Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 25 Jan 2016 21:14:53 +0100 Subject: [PATCH] Fix typo. --- Kernel/include/userstructs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/include/userstructs.h b/Kernel/include/userstructs.h index 6401de97..f7d25aee 100644 --- a/Kernel/include/userstructs.h +++ b/Kernel/include/userstructs.h @@ -19,7 +19,7 @@ struct _uzistat uint16_t st_gid; uint16_t st_rdev; uint32_t st_size; - uint32_t st_atime; /* Breaks in 2038 */ + uint32_t st_atime; uint32_t st_mtime; uint32_t st_ctime; uint32_t st_timeh; /* Time high bytes */ -- 2.34.1