--- working-2.5.17-xbug/include/linux/jbd.h.~1~ Fri May 24 15:58:39 2002
+++ working-2.5.17-xbug/include/linux/jbd.h Fri May 24 16:01:20 2002
@@ -27,6 +27,7 @@
#include <linux/journal-head.h>
#include <linux/stddef.h>
+#include <linux/stringify.h>
#include <asm/semaphore.h>
#endif
@@ -200,7 +201,7 @@
do { \
if (!(assert)) { \
XBUG("Assertion failure in " __FUNCTION__ \
- "() at " __FILE__ ":" __stringize(__LINE__) \
+ "() at " __FILE__ ":" __stringify(__LINE__) \
": " #assert); \
} \
} while (0)
-- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - 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/