[syslinux] syslinux build fails with 2.6 linux headers

H. Peter Anvin hpa at zytor.com
Tue Jan 11 21:24:36 PST 2005


Hendrik Groeneveld wrote:
> As the subject says, building syslinux fails when built against 2.6.8.1
> kernel headers. Anybody out there have a patch? The compile errors are
> below.

Looks like <linux/ext2_fs.h> includes <linux/ext2_fs_sb.h> without 
__KERNEL__; so it needs an #ifdef __KERNEL__ somewhere.

	-hpa




More information about the Syslinux mailing list