svn commit: trunk/busybox/e2fsprogs/ext2fs

landley at busybox.net landley at busybox.net
Sat Apr 1 17:36:33 UTC 2006


Author: landley
Date: 2006-04-01 09:36:31 -0800 (Sat, 01 Apr 2006)
New Revision: 14724

Log:
The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.


Modified:
   trunk/busybox/e2fsprogs/ext2fs/kernel-jbd.h


Changeset:
Modified: trunk/busybox/e2fsprogs/ext2fs/kernel-jbd.h
===================================================================
--- trunk/busybox/e2fsprogs/ext2fs/kernel-jbd.h	2006-04-01 17:32:52 UTC (rev 14723)
+++ trunk/busybox/e2fsprogs/ext2fs/kernel-jbd.h	2006-04-01 17:36:31 UTC (rev 14724)
@@ -18,7 +18,7 @@
 
 #include <sys/types.h>
 #include <linux/types.h>
-#include "ext2fs/ext2fs.h"
+#include "ext2fs.h"
 
 /*
  * Standard header for all descriptor blocks:




More information about the busybox-cvs mailing list