* utmp.h: Define more UNIX constants.
This commit is contained in:
parent
dc60c22eae
commit
0d0fdc8d62
|
@ -1,3 +1,7 @@
|
|||
2002-05-01 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* utmp.h: Define more UNIX constants.
|
||||
|
||||
2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
|
||||
* Makefile.am: Add support for checking multilibs.
|
||||
|
|
|
@ -36,6 +36,11 @@ struct utmp
|
|||
long ut_addr;
|
||||
};
|
||||
|
||||
#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
|
||||
|
|
Loading…
Reference in New Issue