Linux Device Mapper development
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: replace <wait.h> with <sys/wait.h>
@ 2016-07-21 22:01 Xose Vazquez Perez
  2016-07-22  9:41 ` Christophe Varoqui
  0 siblings, 1 reply; 2+ messages in thread
From: Xose Vazquez Perez @ 2016-07-21 22:01 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

The standard place of wait.h is under /usr/include/sys/
Spotted by musl libc.

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 multipathd/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multipathd/main.c b/multipathd/main.c
index 1799cbe..337ec87 100644
--- a/multipathd/main.c
+++ b/multipathd/main.c
@@ -7,7 +7,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <libdevmapper.h>
-#include <wait.h>
+#include <sys/wait.h>
 #include <sys/mman.h>
 #include <sys/types.h>
 #include <fcntl.h>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] multipath-tools: replace <wait.h> with <sys/wait.h>
  2016-07-21 22:01 [PATCH] multipath-tools: replace <wait.h> with <sys/wait.h> Xose Vazquez Perez
@ 2016-07-22  9:41 ` Christophe Varoqui
  0 siblings, 0 replies; 2+ messages in thread
From: Christophe Varoqui @ 2016-07-22  9:41 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: device-mapper development


[-- Attachment #1.1: Type: text/plain, Size: 858 bytes --]

I merged all the pending 'include'-related patches.
Thanks.

On Fri, Jul 22, 2016 at 12:01 AM, Xose Vazquez Perez <xose.vazquez@gmail.com
> wrote:

> The standard place of wait.h is under /usr/include/sys/
> Spotted by musl libc.
>
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: device-mapper development <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
>  multipathd/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/multipathd/main.c b/multipathd/main.c
> index 1799cbe..337ec87 100644
> --- a/multipathd/main.c
> +++ b/multipathd/main.c
> @@ -7,7 +7,7 @@
>  #include <unistd.h>
>  #include <sys/stat.h>
>  #include <libdevmapper.h>
> -#include <wait.h>
> +#include <sys/wait.h>
>  #include <sys/mman.h>
>  #include <sys/types.h>
>  #include <fcntl.h>
> --
> 2.7.4
>
>

[-- Attachment #1.2: Type: text/html, Size: 1519 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-22  9:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 22:01 [PATCH] multipath-tools: replace <wait.h> with <sys/wait.h> Xose Vazquez Perez
2016-07-22  9:41 ` Christophe Varoqui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox