Please apply below one-liner required to compile ntfs with egcs-2.91.66.
Thanks,
Anton
-- Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @) Linux NTFS maintainer / WWW: http://linux-ntfs.sf.net/ ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/----- snip ----- --- linux/fs/ntfs/support.h.old Sun Sep 9 13:27:27 2001 +++ linux/fs/ntfs/support.h Sun Sep 9 13:34:27 2001 @@ -22,7 +22,7 @@ #ifdef DEBUG void ntfs_debug(int mask, const char *fmt, ...); #else -#define ntfs_debug(mask, fmt, ...) do {} while (0) +#define ntfs_debug(mask, fmt...) do {} while (0) #endif #include <linux/slab.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/