mirror of git://git.musl-libc.org/musl
fix cruft in utmp.h that was broken by changes in utmpx.h
patch by Chris Spiegel.
This commit is contained in:
parent
5afc74fbaa
commit
e201d82aac
|
@ -19,9 +19,6 @@ struct lastlog {
|
|||
|
||||
#define ut_time ut_tv.tv_sec
|
||||
#define ut_name ut_user
|
||||
#define ut_exit __ut_exit
|
||||
#define e_termination __e_termination
|
||||
#define e_exit __e_exit
|
||||
#define utmp utmpx
|
||||
#define utmpname(x) (-1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue