random small shrinkage and elimination of statics

This commit is contained in:
Denis Vlasenko
2007-04-07 00:44:31 +00:00
parent 19507f0869
commit 04c99ebb4f
4 changed files with 8 additions and 7 deletions

View File

@ -604,7 +604,7 @@ enum {
LOGMODE_BOTH = LOGMODE_SYSLOG + LOGMODE_STDIO,
};
extern const char *msg_eol;
extern int logmode;
extern smallint logmode;
extern int die_sleep;
extern int xfunc_error_retval;
extern void sleep_and_die(void) ATTRIBUTE_NORETURN;