white space and minor comment cleanup.
This commit is contained in:
@@ -21,14 +21,14 @@ extern "C" {
|
||||
/* Must be kept in sync with struct utmp as defined in sys/utmp.h! */
|
||||
struct utmpx
|
||||
{
|
||||
short ut_type;
|
||||
pid_t ut_pid;
|
||||
short ut_type;
|
||||
pid_t ut_pid;
|
||||
char ut_line[UT_LINESIZE];
|
||||
char ut_id[UT_IDLEN];
|
||||
time_t ut_time;
|
||||
char ut_user[UT_NAMESIZE];
|
||||
char ut_host[UT_HOSTSIZE];
|
||||
long ut_addr;
|
||||
time_t ut_time;
|
||||
char ut_user[UT_NAMESIZE];
|
||||
char ut_host[UT_HOSTSIZE];
|
||||
long ut_addr;
|
||||
struct timeval ut_tv;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user