diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2019-07-20 09:10:42 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2019-07-20 09:10:42 +0000 |
commit | 7134875225496db1fbb248d0fbe0e6de10fcd60c (patch) | |
tree | 21250937e43fcc4968bb2acd11fd9274fb74f37f /sysutils/e2fsprogs/files/patch-e2fsck__unix.c | |
parent | - Add LICENSE_FILE (diff) |
Update e2fsprogs to new upstream release 1.45.3.
Moves fuse2fs from $(PREFIX)/sbin to $(PREFIX)/bin (it does not
require privileges).
Bugfix for e2fsck file systems that enabled large_dir and inline
directories at the same time.
Translation bug fixes.
Release Notes: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.3>
MFH: 2019Q3
Diffstat (limited to 'sysutils/e2fsprogs/files/patch-e2fsck__unix.c')
-rw-r--r-- | sysutils/e2fsprogs/files/patch-e2fsck__unix.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/e2fsprogs/files/patch-e2fsck__unix.c b/sysutils/e2fsprogs/files/patch-e2fsck__unix.c index 8d2d950d7b21..ddf58862e8f8 100644 --- a/sysutils/e2fsprogs/files/patch-e2fsck__unix.c +++ b/sysutils/e2fsprogs/files/patch-e2fsck__unix.c @@ -1,4 +1,4 @@ ---- e2fsck/unix.c.orig 2018-07-10 05:14:26 UTC +--- e2fsck/unix.c.orig 2019-07-15 01:03:14 UTC +++ e2fsck/unix.c @@ -9,8 +9,6 @@ * %End-Header% @@ -18,7 +18,7 @@ #endif #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> -@@ -601,6 +599,24 @@ static int e2fsck_update_progress(e2fsck +@@ -602,6 +600,24 @@ static int e2fsck_update_progress(e2fsck_t ctx, int pa return 0; } @@ -43,7 +43,7 @@ #define PATH_SET "PATH=/sbin" /* -@@ -633,6 +649,17 @@ static void signal_progress_on(int sig E +@@ -635,6 +651,17 @@ static void signal_progress_on(int sig EXT2FS_ATTR((un ctx->progress = e2fsck_update_progress; } @@ -61,7 +61,7 @@ static void signal_progress_off(int sig EXT2FS_ATTR((unused))) { e2fsck_t ctx = e2fsck_global_ctx; -@@ -1103,6 +1130,10 @@ static errcode_t PRS(int argc, char *arg +@@ -1111,6 +1138,10 @@ static errcode_t PRS(int argc, char *argv[], e2fsck_t sigaction(SIGUSR1, &sa, 0); sa.sa_handler = signal_progress_off; sigaction(SIGUSR2, &sa, 0); |