diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-07 00:44:31 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-07 00:44:31 +0000 |
commit | 7d4921f99c917fe3e1aa46a37ed6de4cf7e38d91 (patch) | |
tree | 706ebe3ac53a058c11f8a053f073fa6a387f0bbb /libbb | |
parent | e826b429fa9ed4c489da8a582183a604bcfb5e67 (diff) | |
download | busybox-w32-7d4921f99c917fe3e1aa46a37ed6de4cf7e38d91.tar.gz busybox-w32-7d4921f99c917fe3e1aa46a37ed6de4cf7e38d91.tar.bz2 busybox-w32-7d4921f99c917fe3e1aa46a37ed6de4cf7e38d91.zip |
random small shrinkage and elimination of statics
git-svn-id: svn://busybox.net/trunk/busybox@18354 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/verror_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c index 0f018c517..526b9d36c 100644 --- a/libbb/verror_msg.c +++ b/libbb/verror_msg.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include <syslog.h> | 11 | #include <syslog.h> |
12 | 12 | ||
13 | int logmode = LOGMODE_STDIO; | 13 | smallint logmode = LOGMODE_STDIO; |
14 | const char *msg_eol = "\n"; | 14 | const char *msg_eol = "\n"; |
15 | 15 | ||
16 | void bb_verror_msg(const char *s, va_list p, const char* strerr) | 16 | void bb_verror_msg(const char *s, va_list p, const char* strerr) |