commit | c6f704bf77576b2cf27decd8ee50c99aeeb9e209 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Fri Oct 09 23:33:37 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 09 23:33:37 2015 +0000 |
tree | 31257531a2e94fff9297e7b852b5715d2defb440 | |
parent | 902ab8859f360d81d6bd03a76a77900743018a15 [diff] | |
parent | 68af0adeb9df27b3f538b0a57db426dea060db99 [diff] |
Merge "utmp.h: add more ut_type defines"
diff --git a/libc/include/utmp.h b/libc/include/utmp.h index ebf2372..7eeea41 100644 --- a/libc/include/utmp.h +++ b/libc/include/utmp.h
@@ -46,7 +46,16 @@ #define UT_HOSTSIZE 16 #endif -#define USER_PROCESS 7 +#define EMPTY 0 +#define RUN_LVL 1 +#define BOOT_TIME 2 +#define NEW_TIME 3 +#define OLD_TIME 4 +#define INIT_PROCESS 5 +#define LOGIN_PROCESS 6 +#define USER_PROCESS 7 +#define DEAD_PROCESS 8 +#define ACCOUNTING 9 struct lastlog {