Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-07 04:44:31 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-07 04:44:31 +0400
commit04c99ebb4f59d784d8bceaad86cb6227c1babd17 (patch)
tree706ebe3ac53a058c11f8a053f073fa6a387f0bbb /include
parent19507f0869571f29cfd0a4aed3d7c07db038b129 (diff)
random small shrinkage and elimination of statics
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index dca611b68..764d707b8 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -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;