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

@ -10,7 +10,7 @@
#include "libbb.h"
#include <syslog.h>
int logmode = LOGMODE_STDIO;
smallint logmode = LOGMODE_STDIO;
const char *msg_eol = "\n";
void bb_verror_msg(const char *s, va_list p, const char* strerr)