diff --git a/libc/include/utmp.h b/libc/include/utmp.h index ebf23726a..7eeea41e2 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 {