projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9314f
)
add some missing junk in utmp.h
author
Rich Felker
<dalias@aerifal.cx>
Tue, 31 Jan 2012 19:39:17 +0000
(14:39 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 31 Jan 2012 19:39:17 +0000
(14:39 -0500)
include/utmp.h
patch
|
blob
|
history
diff --git
a/include/utmp.h
b/include/utmp.h
index 540bec3484abd60303a05f667941ea184c710373..92519c2e570734fbe68ef26a37f713809bc0a349 100644
(file)
--- a/
include/utmp.h
+++ b/
include/utmp.h
@@
-7,6
+7,10
@@
extern "C" {
#include <utmpx.h>
+#define ACCOUNTING 9
+#define UT_NAMESIZE 32
+#define UT_HOSTSIZE 256
+
#define ut_time ut_tv.tv_sec
#define ut_name ut_user
#define ut_exit __ut_exit