am c6f704bf: Merge "utmp.h: add more ut_type defines"

* commit 'c6f704bf77576b2cf27decd8ee50c99aeeb9e209':
  utmp.h: add more ut_type defines
This commit is contained in:
Mike Frysinger 2015-10-09 23:37:18 +00:00 committed by Android Git Automerger
commit 132b9c90fc

View File

@ -46,7 +46,16 @@
#define UT_HOSTSIZE 16
#endif
#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
{