diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-01 19:10:52 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-01 19:10:52 +0000 |
commit | 94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18 (patch) | |
tree | 7f40ce6f49ca9ce727653928d1b9f655afb5cb66 /console-tools/loadkmap.c | |
parent | 28c49b6c9c98dc592759063d10c49b209e849cae (diff) | |
download | busybox-w32-94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18.tar.gz busybox-w32-94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18.tar.bz2 busybox-w32-94f5e0ba7ca7af260f4bf2d8c77b8e6f6f528b18.zip |
Some accrued fixes/updates.
* cp/mv now accepts (and ignores) the -f flag, since it always
does force anyway
* tail can now accept -<num> commands (e.g. -10) for better
compatibility with the standard tail command
* added a simple id implementation; doesn't support supp. groups yet
Diffstat (limited to 'console-tools/loadkmap.c')
-rw-r--r-- | console-tools/loadkmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 75e52e148..2ac4273db 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c | |||
@@ -51,6 +51,7 @@ int loadkmap_main(int argc, char **argv) | |||
51 | } | 51 | } |
52 | 52 | ||
53 | read(0, buff, 7); | 53 | read(0, buff, 7); |
54 | printf("buff='%s'\n", buff); | ||
54 | if (0 != strncmp(buff, magic, 7)) { | 55 | if (0 != strncmp(buff, magic, 7)) { |
55 | fprintf(stderr, "This is not a valid binary keymap.\n"); | 56 | fprintf(stderr, "This is not a valid binary keymap.\n"); |
56 | exit(FALSE); | 57 | exit(FALSE); |