Hi Marcelo, Please apply below patch which fixes LDM compilation in 2.4.19-pre7 (there is a missing header file include). Best regards, Anton -- Anton Altaparmakov (replace at with @) Linux NTFS maintainer / WWW: http://linux-ntfs.sf.net/ IRC: #ntfs on irc.openprojects.net / ICQ: 8561279 WWW: http://www-stu.christs.cam.ac.uk/~aia21/ --- ldm-2.4.patch --- # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.417 -> 1.418 # fs/partitions/ldm.c 1.4 -> 1.5 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/04/16 aia21@cam.ac.uk 1.418 # LDM: Add missing include. # -------------------------------------------- # diff -Nru a/fs/partitions/ldm.c b/fs/partitions/ldm.c --- a/fs/partitions/ldm.c Tue Apr 16 11:18:59 2002 +++ b/fs/partitions/ldm.c Tue Apr 16 11:18:59 2002 @@ -29,6 +29,7 @@ #include #include #include +#include #include "check.h" #include "ldm.h" #include "msdos.h" - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/