]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/acct.h
xnu-1699.22.81.tar.gz
[apple/xnu.git] / bsd / sys / acct.h
index 9d06951070ab405104184c9838733b4febcf9104..050ccc3f94c6d84327b3ecaf6688f769f4689fee 100644 (file)
@@ -82,7 +82,7 @@ struct acct {
        comp_t    ac_utime;     /* user time */
        comp_t    ac_stime;     /* system time */
        comp_t    ac_etime;     /* elapsed time */
-       time_t    ac_btime;     /* starting time */
+       u_int32_t ac_btime;     /* starting time */
        uid_t     ac_uid;       /* user id */
        gid_t     ac_gid;       /* group id */
        u_int16_t ac_mem;       /* average memory usage */