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 /syslinux.h | |
| parent | d1f854de404386976379942942ea7de2fa2cc498 (diff) | |
| download | syslinux-fdc68217604abef76159a23f50acb5aa6dac211d.tar.gz | |
Add support for building under klibc.
Diffstat (limited to 'syslinux.h')
| -rw-r--r-- | syslinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,6 @@ void syslinux_make_stupid(void); void syslinux_make_bootsect(void *); /* 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); #endif |
