Relased on Sat, 20 Mar 2010 00:08:09 +0000
[klibc] losetup: fix pointer type warnings

- For arguments which are text strings (and therefore passed to the
  str* functions) make them char, not unsigned char.
- Make gcc happy by casting non-pointer arguments passed as pointers
  to ioctl().

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2 files changed