lkml.org 
[lkml]   [2001]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCHLET] NTFS compile fix for egcs.
Date
From
Linus, Alan,

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/
\
 
 \ /
  Last update: 2005-03-22 13:17    [W:0.020 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site