All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] um: writev needs <sys/uio.h>
@ 2018-12-27  7:33 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2018-12-27  7:33 UTC (permalink / raw)
  To: richard; +Cc: linux-um, linux-kernel

vector_user.c doesn't compile without this for me.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 arch/um/drivers/vector_user.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
index 3d8cdbdb4e66..41eefbcdc86f 100644
--- a/arch/um/drivers/vector_user.c
+++ b/arch/um/drivers/vector_user.c
@@ -25,6 +25,7 @@
 #include <linux/if_packet.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
+#include <sys/uio.h>
 #include <linux/virtio_net.h>
 #include <netdb.h>
 #include <stdlib.h>
-- 
2.19.2


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

* [PATCH] um: writev needs <sys/uio.h>
@ 2018-12-27  7:33 ` Christoph Hellwig
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2018-12-27  7:33 UTC (permalink / raw)
  To: richard; +Cc: linux-um, linux-kernel

vector_user.c doesn't compile without this for me.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 arch/um/drivers/vector_user.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
index 3d8cdbdb4e66..41eefbcdc86f 100644
--- a/arch/um/drivers/vector_user.c
+++ b/arch/um/drivers/vector_user.c
@@ -25,6 +25,7 @@
 #include <linux/if_packet.h>
 #include <sys/socket.h>
 #include <sys/wait.h>
+#include <sys/uio.h>
 #include <linux/virtio_net.h>
 #include <netdb.h>
 #include <stdlib.h>
-- 
2.19.2


_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um


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

* Re: [PATCH] um: writev needs <sys/uio.h>
  2018-12-27  7:33 ` Christoph Hellwig
@ 2019-01-02 16:47   ` Anton Ivanov
  -1 siblings, 0 replies; 4+ messages in thread
From: Anton Ivanov @ 2019-01-02 16:47 UTC (permalink / raw)
  To: Christoph Hellwig, richard; +Cc: linux-um, linux-kernel



On 12/27/18 7:33 AM, Christoph Hellwig wrote:
> vector_user.c doesn't compile without this for me.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>   arch/um/drivers/vector_user.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
> index 3d8cdbdb4e66..41eefbcdc86f 100644
> --- a/arch/um/drivers/vector_user.c
> +++ b/arch/um/drivers/vector_user.c
> @@ -25,6 +25,7 @@
>   #include <linux/if_packet.h>
>   #include <sys/socket.h>
>   #include <sys/wait.h>
> +#include <sys/uio.h>
>   #include <linux/virtio_net.h>
>   #include <netdb.h>
>   #include <stdlib.h>
> 
Acked-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>
-- 
Anton R. Ivanov

Cambridge Greys Limited, England and Wales company No 10273661
http://www.cambridgegreys.com/

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

* Re: [PATCH] um: writev needs <sys/uio.h>
@ 2019-01-02 16:47   ` Anton Ivanov
  0 siblings, 0 replies; 4+ messages in thread
From: Anton Ivanov @ 2019-01-02 16:47 UTC (permalink / raw)
  To: Christoph Hellwig, richard; +Cc: linux-um, linux-kernel



On 12/27/18 7:33 AM, Christoph Hellwig wrote:
> vector_user.c doesn't compile without this for me.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>   arch/um/drivers/vector_user.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
> index 3d8cdbdb4e66..41eefbcdc86f 100644
> --- a/arch/um/drivers/vector_user.c
> +++ b/arch/um/drivers/vector_user.c
> @@ -25,6 +25,7 @@
>   #include <linux/if_packet.h>
>   #include <sys/socket.h>
>   #include <sys/wait.h>
> +#include <sys/uio.h>
>   #include <linux/virtio_net.h>
>   #include <netdb.h>
>   #include <stdlib.h>
> 
Acked-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>
-- 
Anton R. Ivanov

Cambridge Greys Limited, England and Wales company No 10273661
http://www.cambridgegreys.com/

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um


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

end of thread, other threads:[~2019-01-02 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27  7:33 [PATCH] um: writev needs <sys/uio.h> Christoph Hellwig
2018-12-27  7:33 ` Christoph Hellwig
2019-01-02 16:47 ` Anton Ivanov
2019-01-02 16:47   ` Anton Ivanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.