Tito writes:

The second patch contains:
1) a size optimization for adduser.c
2) removes a warning about an unused variable in syslogd.c if CONFIG_FEATURE_REMOTE_LOG is not set
3)cosmetic fixes for addgroup_full_usage and adduser_full_usage

Ciao,
Tito
This commit is contained in:
Eric Andersen
2004-09-02 22:22:17 +00:00
parent 7eb79fff10
commit 192c35f6eb
3 changed files with 6 additions and 9 deletions

View File

@ -386,7 +386,9 @@ static void logMessage(int pri, char *msg)
time_t now;
char *timestamp;
static char res[20] = "";
#ifdef CONFIG_FEATURE_REMOTE_LOG
static char line[512];
#endif
CODE *c_pri, *c_fac;
if (pri != 0) {