grazie, così sì che compila! avevo cercato ma non avevo trovato niente. grazie! adesso devo vedere se funziona, ma non vedo xké non dovrebbe

.
<BR>
<BR>allego la patch che ho usato:
<BR><!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Quote:</font><HR></TD></TR><TR><TD><FONT SIZE=-1><BLOCKQUOTE>*** cdrdao-1.1.8/scsilib/libscg/scsi-linux-sg.c 2004-02-10 00:35:21.000000000 +0100
<BR>--- scsi-linux-sg.c 2004-02-16 00:05:49.000000000 +0100
<BR>***************
<BR>*** 66,71 ****
<BR>--- 66,78 ----
<BR> #if LINUX_VERSION_CODE >= 0x01031a /* <linux/scsi.h> introduced in 1.3.26 */
<BR> #if LINUX_VERSION_CODE >= 0x020000 /* <scsi/scsi.h> introduced somewhere. */
<BR> /* Need to fine tune the ifdef so we get the transition point right. */
<BR>+
<BR>+ /* New code to include the u8 type... */
<BR>+ #define __KERNEL__
<BR>+ #include <asm/types.h>
<BR>+ #undef __KERNEL__
<BR>+ /* End of new code */
<BR>+
<BR> #include <scsi/scsi.h>
<BR> #else
<BR> #include <linux/scsi.h></BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End -->
<BR>
<BR>ps: ha compilato anche con dei kernel-headers-2.6.2 che mi sono inventato

. ma del resto se li va a prendere direttamente dai sorgenti del kernel.