diff options
Diffstat (limited to 'utils/lvm2/patches/002-const-stdio.patch')
-rw-r--r-- | utils/lvm2/patches/002-const-stdio.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/lvm2/patches/002-const-stdio.patch b/utils/lvm2/patches/002-const-stdio.patch index b6ed24449..975065923 100644 --- a/utils/lvm2/patches/002-const-stdio.patch +++ b/utils/lvm2/patches/002-const-stdio.patch @@ -1,6 +1,6 @@ --- a/lib/commands/toolcontext.c +++ b/lib/commands/toolcontext.c -@@ -1667,7 +1667,7 @@ struct cmd_context *create_toolcontext(u +@@ -1709,7 +1709,7 @@ struct cmd_context *create_toolcontext(u /* FIXME Make this configurable? */ reset_lvm_errno(1); @@ -9,7 +9,7 @@ /* Set in/out stream buffering before glibc */ if (set_buffering #ifdef SYS_gettid -@@ -2043,7 +2043,7 @@ void destroy_toolcontext(struct cmd_cont +@@ -2085,7 +2085,7 @@ void destroy_toolcontext(struct cmd_cont dm_hash_destroy(cmd->cft_def_hash); dm_device_list_destroy(&cmd->cache_dm_devs); @@ -20,7 +20,7 @@ if (is_valid_fd(STDIN_FILENO) && --- a/tools/lvmcmdline.c +++ b/tools/lvmcmdline.c -@@ -3432,6 +3432,7 @@ int lvm_split(char *str, int *argc, char +@@ -3437,6 +3437,7 @@ int lvm_split(char *str, int *argc, char /* Make sure we have always valid filedescriptors 0,1,2 */ static int _check_standard_fds(void) { @@ -28,7 +28,7 @@ int err = is_valid_fd(STDERR_FILENO); if (!is_valid_fd(STDIN_FILENO) && -@@ -3458,6 +3459,12 @@ static int _check_standard_fds(void) +@@ -3463,6 +3464,12 @@ static int _check_standard_fds(void) strerror(errno)); return 0; } |