]> git.pld-linux.org Git - packages/ext2ed.git/commitdiff
- use headers from e2fsprogs, not from kernel
authorzbyniu <zbyniu@pld-linux.org>
Fri, 14 Mar 2008 10:22:41 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext2ed-header.patch -> 1.1

ext2ed-header.patch [new file with mode: 0644]

diff --git a/ext2ed-header.patch b/ext2ed-header.patch
new file mode 100644 (file)
index 0000000..e5694bd
--- /dev/null
@@ -0,0 +1,11 @@
+--- ext2ed-0.2/ext2ed.h~       2008-03-14 10:59:15.937117549 +0100
++++ ext2ed-0.2/ext2ed.h        2008-03-14 10:59:54.060445585 +0100
+@@ -34,7 +34,7 @@
+ #define DEBUG                                         /* Activate self-sanity checks */
+-#include <linux/ext2_fs.h>                            /* Main kernel ext2 include file */
++#include <ext2fs/ext2_fs.h>                           /* Main ext2 include file */
+ #include <sys/stat.h>
+ #ifdef OLD_NCURSES                                    /* The ncurses interface */
This page took 0.069388 seconds and 4 git commands to generate.