Al's double-blank-line removal request
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#define BTMP "/usr/adm/btmp" /* the bad-login history file */
|
||||
#define UTMP "/etc/utmp" /* the user accouting file */
|
||||
|
||||
|
||||
struct utmp {
|
||||
char ut_user[8]; /* user name */
|
||||
char ut_id[4]; /* /etc/inittab ID */
|
||||
@@ -20,7 +19,6 @@ struct utmp {
|
||||
|
||||
#define ut_name ut_user /* for compatibility with other systems */
|
||||
|
||||
|
||||
/* Definitions for ut_type. */
|
||||
#define RUN_LVL 1 /* this is a RUN_LEVEL record */
|
||||
#define BOOT_TIME 2 /* this is a REBOOT record */
|
||||
|
||||
Reference in New Issue
Block a user