>>>>> "ian" == Ian White <[EMAIL PROTECTED]> writes:
ian> In the linux-2.4.12-ac2-lba48.patch.bz2 patch there are typos for the ian> files include/asm-(ppc,sparc,sparc64)/ide.h that cause compile errors in ian> those platforms. ian> There is a line that looks like: ian> + unsigned int nIEN : 1; /* device INTRQ to host * ian> Which is missing the end of its comment tag. ian> The patch is something like this (for each of the three files in the ian> patch): ian> --- ide.h~ Fri Oct 19 23:54:33 2001 ian> +++ ide.h Fri Oct 19 23:56:35 2001 ian> @@ -136,7 +136,7 @@ ian> unsigned reserved456 : 3; ian> unsigned bit3 : 1; /* ATA-2 thingy */ ian> unsigned SRST : 1; /* host soft reset bit */ ian> - unsigned nIEN : 1; /* device INTRQ to host * ian> + unsigned nIEN : 1; /* device INTRQ to host */ ian> unsigned bit0 : 1; ian> } b; ian> } control_t; fixed in -5mdk to be released later today. -- In theory, practice and theory are the same, but in practice they are different -- Larry McVoy
