2023-08-20 19:13:31 -04:00
|
|
|
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
|
2024-12-11 22:54:07 -05:00
|
|
|
+++ e2fsprogs-1.46.5.orig/misc/e4defrag.c 2023-08-21 19:52:40.786519191 -0400
|
2023-08-20 19:13:31 -04:00
|
|
|
@@ -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.
|
|
|
|
*
|