lvm2: update sources

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2015-06-21 21:33:08 +02:00
parent 82901096f1
commit 8037b27375
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
if (is_valid_fd(STDIN_FILENO) &&
--- a/tools/lvmcmdline.c
+++ b/tools/lvmcmdline.c
@@ -1606,6 +1606,7 @@ int lvm_split(char *str, int *argc, char
@@ -1635,6 +1635,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)
{
@@ -39,7 +39,7 @@
int err = is_valid_fd(STDERR_FILENO);
if (!is_valid_fd(STDIN_FILENO) &&
@@ -1632,6 +1633,12 @@ static int _check_standard_fds(void)
@@ -1661,6 +1662,12 @@ static int _check_standard_fds(void)
strerror(errno));
return 0;
}