diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-10 17:59:11 +0000 |
commit | 88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4 (patch) | |
tree | 4871d5fdfd0c601396ef4651c3d1458bedb5a854 /console-tools/dumpkmap.c | |
parent | 40406e6bad9abcd58977ed92194c9061d85c9e47 (diff) | |
download | busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.gz busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.tar.bz2 busybox-w32-88f50b6bf5e79ca9d5f30e5899ace1cbda0950a4.zip |
Some #include updates.
-Erik
Diffstat (limited to 'console-tools/dumpkmap.c')
-rw-r--r-- | console-tools/dumpkmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c index 4ce6e8698..13b7d8937 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c | |||
@@ -81,7 +81,7 @@ int dumpkmap_main(int argc, char **argv) | |||
81 | errorMsg("ioctl returned: %s, %s, %s, %xqq\n",strerror(errno),(char *)&ke.kb_index,(char *)&ke.kb_table,(int)&ke.kb_value); | 81 | errorMsg("ioctl returned: %s, %s, %s, %xqq\n",strerror(errno),(char *)&ke.kb_index,(char *)&ke.kb_table,(int)&ke.kb_value); |
82 | } | 82 | } |
83 | else { | 83 | else { |
84 | write(1,&ke.kb_value,2); | 84 | write(1,(void*)&ke.kb_value,2); |
85 | } | 85 | } |
86 | 86 | ||
87 | } | 87 | } |