aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-03-02 18:25:41 -0500
committerTheodore Ts'o <tytso@mit.edu>2018-03-02 18:25:41 -0500
commit50c1e18ab931d9da9bb8710d161dca0ad80b9f07 (patch)
tree532b33da853b297e77af61a1679e7ecc9f545432 /misc
parent899425bb2a75c8a71736039f17d10f73606b181c (diff)
parenteed9d845e84f6b74ce2d1a475020a17f2131e3d0 (diff)
downloadandroid_external_e2fsprogs-50c1e18ab931d9da9bb8710d161dca0ad80b9f07.tar.gz
android_external_e2fsprogs-50c1e18ab931d9da9bb8710d161dca0ad80b9f07.tar.bz2
android_external_e2fsprogs-50c1e18ab931d9da9bb8710d161dca0ad80b9f07.zip
Merge branch 'maint' into next
Diffstat (limited to 'misc')
-rw-r--r--misc/e2freefrag.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/e2freefrag.c b/misc/e2freefrag.c
index c5aeab9d..09fae5c2 100644
--- a/misc/e2freefrag.c
+++ b/misc/e2freefrag.c
@@ -44,6 +44,10 @@ extern int optind;
# include "fsmap.h"
#endif
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif
+
static void usage(const char *prog)
{
fprintf(stderr, "usage: %s [-c chunksize in kb] [-h] "