mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 22:22:01 +00:00
fix cruft in utmp.h that was broken by changes in utmpx.h
patch by Chris Spiegel.
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user