am 478a1b57: am c2787015: am b6c48b20: Merge "Allow for better utmp logging."
* commit '478a1b57bd44220373cedc72813ae7a9e26f328a': Allow for better utmp logging.
This commit is contained in:
commit
7fbe52b9af
@ -36,9 +36,15 @@
|
|||||||
#define _PATH_WTMP "/var/log/wtmp"
|
#define _PATH_WTMP "/var/log/wtmp"
|
||||||
#define _PATH_LASTLOG "/var/log/lastlog"
|
#define _PATH_LASTLOG "/var/log/lastlog"
|
||||||
|
|
||||||
#define UT_NAMESIZE 8
|
#ifdef __LP64__
|
||||||
#define UT_LINESIZE 8
|
#define UT_NAMESIZE 32
|
||||||
#define UT_HOSTSIZE 16
|
#define UT_LINESIZE 32
|
||||||
|
#define UT_HOSTSIZE 256
|
||||||
|
#else
|
||||||
|
#define UT_NAMESIZE 8
|
||||||
|
#define UT_LINESIZE 8
|
||||||
|
#define UT_HOSTSIZE 16
|
||||||
|
#endif
|
||||||
|
|
||||||
#define USER_PROCESS 7
|
#define USER_PROCESS 7
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user