aboutsummaryrefslogtreecommitdiffstats
path: root/ext2ed
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 /ext2ed
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 'ext2ed')
-rw-r--r--ext2ed/blockbitmap_com.c1
-rw-r--r--ext2ed/dir_com.c1
-rw-r--r--ext2ed/disk.c1
-rw-r--r--ext2ed/ext2_com.c1
-rw-r--r--ext2ed/file_com.c1
-rw-r--r--ext2ed/general_com.c1
-rw-r--r--ext2ed/group_com.c1
-rw-r--r--ext2ed/init.c1
-rw-r--r--ext2ed/inode_com.c1
-rw-r--r--ext2ed/inodebitmap_com.c1
-rw-r--r--ext2ed/main.c1
-rw-r--r--ext2ed/super_com.c1
-rw-r--r--ext2ed/win.c1
13 files changed, 0 insertions, 13 deletions
diff --git a/ext2ed/blockbitmap_com.c b/ext2ed/blockbitmap_com.c
index 53e61dc8..996bbeb4 100644
--- a/ext2ed/blockbitmap_com.c
+++ b/ext2ed/blockbitmap_com.c
@@ -16,7 +16,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/dir_com.c b/ext2ed/dir_com.c
index ba852676..b023e7a3 100644
--- a/ext2ed/dir_com.c
+++ b/ext2ed/dir_com.c
@@ -28,7 +28,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/disk.c b/ext2ed/disk.c
index 5c243127..5e1cd7e2 100644
--- a/ext2ed/disk.c
+++ b/ext2ed/disk.c
@@ -22,7 +22,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/ext2_com.c b/ext2ed/ext2_com.c
index ed004f28..2f20a28d 100644
--- a/ext2ed/ext2_com.c
+++ b/ext2ed/ext2_com.c
@@ -16,7 +16,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/file_com.c b/ext2ed/file_com.c
index d6679599..9772f66d 100644
--- a/ext2ed/file_com.c
+++ b/ext2ed/file_com.c
@@ -14,7 +14,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/general_com.c b/ext2ed/general_com.c
index c9b2ffc4..03dc2615 100644
--- a/ext2ed/general_com.c
+++ b/ext2ed/general_com.c
@@ -14,7 +14,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/group_com.c b/ext2ed/group_com.c
index aaed16e4..25325533 100644
--- a/ext2ed/group_com.c
+++ b/ext2ed/group_com.c
@@ -12,7 +12,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/init.c b/ext2ed/init.c
index 7d9b526f..d4703ed0 100644
--- a/ext2ed/init.c
+++ b/ext2ed/init.c
@@ -14,7 +14,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/inode_com.c b/ext2ed/inode_com.c
index 2d3dd6d6..8d4b9f33 100644
--- a/ext2ed/inode_com.c
+++ b/ext2ed/inode_com.c
@@ -12,7 +12,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/inodebitmap_com.c b/ext2ed/inodebitmap_com.c
index 157807a2..e6022344 100644
--- a/ext2ed/inodebitmap_com.c
+++ b/ext2ed/inodebitmap_com.c
@@ -16,7 +16,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/main.c b/ext2ed/main.c
index 4a29979b..50a3f07f 100644
--- a/ext2ed/main.c
+++ b/ext2ed/main.c
@@ -22,7 +22,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/super_com.c b/ext2ed/super_com.c
index a998970e..57953ab6 100644
--- a/ext2ed/super_com.c
+++ b/ext2ed/super_com.c
@@ -14,7 +14,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ext2ed/win.c b/ext2ed/win.c
index 23d0da13..113a28f3 100644
--- a/ext2ed/win.c
+++ b/ext2ed/win.c
@@ -17,7 +17,6 @@ Copyright (C) 1995 Gadi Oxman
*/
-#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>