diff options
author | hpa <hpa> | 2004-06-13 06:05:02 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-06-13 06:05:02 +0000 |
commit | fdc68217604abef76159a23f50acb5aa6dac211d (patch) | |
tree | e3a47b210f242ab316b9fc3a1d739b7f22b2ac08 /syslxmod.c | |
parent | d1f854de404386976379942942ea7de2fa2cc498 (diff) | |
download | syslinux-fdc68217604abef76159a23f50acb5aa6dac211d.tar.gz |
Add support for building under klibc.
Diffstat (limited to 'syslxmod.c')
-rw-r--r-- | syslxmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ void syslinux_make_bootsect(void *bs) /* * Check to see that what we got was indeed an MS-DOS boot sector/superblock */ -int syslinux_check_bootsect(void *bs, char* device) +int syslinux_check_bootsect(const void *bs, const char *device) { int veryold; unsigned int sectors, clusters; |