diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 02:27:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 02:27:24 +0000 |
commit | 83ea643d8dc9b6f53706ba30bc4b53338f4f7994 (patch) | |
tree | 3a5f790604219213666cbf5cccd747c02528912c /console-tools | |
parent | 3672fe9e9141c0684cae1e72e84cb2704f2a8702 (diff) | |
download | busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.tar.gz busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.tar.bz2 busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.zip |
svlogd: new applet. +9k. Still too big, but it was 12k yesterday.
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/loadfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 513b3c170..5a05876c2 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include "busybox.h" | 10 | #include "busybox.h" |
11 | #include <sys/kd.h> | 11 | #include <sys/kd.h> |
12 | 12 | ||
13 | enum{ | 13 | enum { |
14 | PSF_MAGIC1 = 0x36, | 14 | PSF_MAGIC1 = 0x36, |
15 | PSF_MAGIC2 = 0x04, | 15 | PSF_MAGIC2 = 0x04, |
16 | 16 | ||