Fix typo.
authorDavid Given <dg@cowlark.com>
Mon, 25 Jan 2016 20:14:53 +0000 (21:14 +0100)
committerDavid Given <dg@cowlark.com>
Mon, 25 Jan 2016 20:14:53 +0000 (21:14 +0100)
Kernel/include/userstructs.h

index 6401de9..f7d25ae 100644 (file)
@@ -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 */