14 lines
455 B
Diff
14 lines
455 B
Diff
diff -Naur e2fsprogs-1.46.5/misc/e4defrag.c e2fsprogs-1.46.5.orig/misc/e4defrag.c
|
|
--- e2fsprogs-1.46.5/misc/e4defrag.c 2021-12-30 00:54:33.000000000 -0500
|
|
+++ e2fsprogs-1.46.5.orig/misc/e4defrag.c 2023-08-21 19:52:40.786519191 -0400
|
|
@@ -195,10 +195,6 @@
|
|
#error posix_fadvise not available!
|
|
#endif
|
|
|
|
-#ifndef HAVE_FALLOCATE64
|
|
-#error fallocate64 not available!
|
|
-#endif /* ! HAVE_FALLOCATE64 */
|
|
-
|
|
/*
|
|
* get_mount_point() - Get device's mount point.
|
|
*
|