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:
7ecab79
)
utmpx.h is no longer under standards, so expose ut_exit structure
author
Rich Felker
<dalias@aerifal.cx>
Tue, 12 Apr 2011 16:03:33 +0000
(12:03 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 12 Apr 2011 16:03:33 +0000
(12:03 -0400)
include/utmpx.h
patch
|
blob
|
history
diff --git
a/include/utmpx.h
b/include/utmpx.h
index 592c0cd24bb712dee74aaa7577eec6c5e3d4d94d..0b3f6232df2d0e68f8458c3b22b1d75c347e3037 100644
(file)
--- a/
include/utmpx.h
+++ b/
include/utmpx.h
@@
-22,9
+22,9
@@
struct utmpx
char ut_user[32];
char ut_host[256];
struct {
- short
__
e_termination;
- short
__
e_exit;
- }
__
ut_exit;
+ short e_termination;
+ short e_exit;
+ } ut_exit;
long ut_session;
struct timeval ut_tv;
unsigned ut_addr_v6[4];