aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-12-31 14:43:20 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2014-01-05 00:15:37 +0100
commit18a1444b4f1e6a0948fd38fa0de382d86cfe04de (patch)
tree5fd12e10e50c4056337eea6f5f82063d7937c74f /debugfs
parent5fe0b41dba699fa14432a633c863ea8cb7bf3f5d (diff)
downloadandroid_external_e2fsprogs-18a1444b4f1e6a0948fd38fa0de382d86cfe04de.tar.gz
android_external_e2fsprogs-18a1444b4f1e6a0948fd38fa0de382d86cfe04de.tar.bz2
android_external_e2fsprogs-18a1444b4f1e6a0948fd38fa0de382d86cfe04de.zip
Add files that would normally be generated by the e2fsprogs build system
Android doesn't run ./configure and friends, so it has to rely on pre-populated versions of the autogenerated files. This is somewhat bogus (e.g. hardcoded little-endian reference in lib/ext2fs/ext2_types.h) and should at some point be fixed, but it's what Android has always done, not a regression from the 1.41.14 branch. Also, don't #include config.h which we don't generate (we pass what it usually contains as -D parameters from Android.mk) anywhere. Add a new Android.mk file for the quota library. Change-Id: I162c6327fee5bd06261d9cdcc34bda10f04a6f21 Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'debugfs')
-rw-r--r--debugfs/debugfs.c1
-rw-r--r--debugfs/dump.c1
-rw-r--r--debugfs/extent_inode.c1
-rw-r--r--debugfs/filefrag.c1
-rw-r--r--debugfs/htree.c1
-rw-r--r--debugfs/icheck.c1
-rw-r--r--debugfs/logdump.c1
-rw-r--r--debugfs/ls.c1
-rw-r--r--debugfs/lsdel.c1
-rw-r--r--debugfs/ncheck.c1
-rw-r--r--debugfs/set_fields.c1
-rw-r--r--debugfs/unused.c1
-rw-r--r--debugfs/util.c1
-rw-r--r--debugfs/zap.c1
14 files changed, 0 insertions, 14 deletions
diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c
index cf7670bc..80662b1b 100644
--- a/debugfs/debugfs.c
+++ b/debugfs/debugfs.c
@@ -8,7 +8,6 @@
* Modifications by Robert Sanders <gt8134b@prism.gatech.edu>
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/dump.c b/debugfs/dump.c
index 51bc734a..750ff3c2 100644
--- a/debugfs/dump.c
+++ b/debugfs/dump.c
@@ -9,7 +9,6 @@
#define _GNU_SOURCE /* for O_LARGEFILE */
#endif
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/extent_inode.c b/debugfs/extent_inode.c
index b3c55f91..25b89465 100644
--- a/debugfs/extent_inode.c
+++ b/debugfs/extent_inode.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/filefrag.c b/debugfs/filefrag.c
index 0adea405..67a76788 100644
--- a/debugfs/filefrag.c
+++ b/debugfs/filefrag.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/htree.c b/debugfs/htree.c
index 24f8250c..03b62a75 100644
--- a/debugfs/htree.c
+++ b/debugfs/htree.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/icheck.c b/debugfs/icheck.c
index 48f432aa..57fa80b1 100644
--- a/debugfs/icheck.c
+++ b/debugfs/icheck.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/logdump.c b/debugfs/logdump.c
index 66a5428d..f257171c 100644
--- a/debugfs/logdump.c
+++ b/debugfs/logdump.c
@@ -9,7 +9,6 @@
* License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/ls.c b/debugfs/ls.c
index b4036de0..f21e96ed 100644
--- a/debugfs/ls.c
+++ b/debugfs/ls.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/lsdel.c b/debugfs/lsdel.c
index e5b2d203..ecc8a880 100644
--- a/debugfs/lsdel.c
+++ b/debugfs/lsdel.c
@@ -6,7 +6,6 @@
* the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/ncheck.c b/debugfs/ncheck.c
index 58f3a503..b7faa639 100644
--- a/debugfs/ncheck.c
+++ b/debugfs/ncheck.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/set_fields.c b/debugfs/set_fields.c
index 9c3b0001..116a15ac 100644
--- a/debugfs/set_fields.c
+++ b/debugfs/set_fields.c
@@ -17,7 +17,6 @@
#define STRTOULL strtoul
#endif
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/unused.c b/debugfs/unused.c
index 4cb11918..b78d70b8 100644
--- a/debugfs/unused.c
+++ b/debugfs/unused.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/util.c b/debugfs/util.c
index aafbc567..8b344906 100644
--- a/debugfs/util.c
+++ b/debugfs/util.c
@@ -8,7 +8,6 @@
#define _XOPEN_SOURCE 600 /* needed for strptime */
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/debugfs/zap.c b/debugfs/zap.c
index 81092097..1d4d02e0 100644
--- a/debugfs/zap.c
+++ b/debugfs/zap.c
@@ -5,7 +5,6 @@
* under the terms of the GNU Public License.
*/
-#include "config.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>