summaryrefslogtreecommitdiff
path: root/syslxmod.c
diff options
context:
space:
mode:
authorhpa <hpa>2004-06-13 06:05:02 +0000
committerhpa <hpa>2004-06-13 06:05:02 +0000
commitfdc68217604abef76159a23f50acb5aa6dac211d (patch)
treee3a47b210f242ab316b9fc3a1d739b7f22b2ac08 /syslxmod.c
parentd1f854de404386976379942942ea7de2fa2cc498 (diff)
downloadsyslinux-fdc68217604abef76159a23f50acb5aa6dac211d.tar.gz
Add support for building under klibc.
Diffstat (limited to 'syslxmod.c')
-rw-r--r--syslxmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslxmod.c b/syslxmod.c
index 8225d06a..a5d9e795 100644
--- a/syslxmod.c
+++ b/syslxmod.c
@@ -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;