Remove unused global variable errmsg
This commit is contained in:
parent
311fe03ec8
commit
80e7839b97
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ struct config_ent {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct config_ent *config[MAXLINES + 1];
|
struct config_ent *config[MAXLINES + 1];
|
||||||
char errmsg[256];
|
|
||||||
char dev[sizeof(utmpp->ut_line) + 1];
|
char dev[sizeof(utmpp->ut_line) + 1];
|
||||||
unsigned char limit_type;
|
unsigned char limit_type;
|
||||||
int configline = 0;
|
int configline = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue