bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/4] lwip: Add headers to the tun driver


From: Samuel Thibault
Subject: Re: [PATCH 3/4] lwip: Add headers to the tun driver
Date: Sun, 31 Mar 2019 20:02:05 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Joan Lledó, le dim. 31 mars 2019 19:55:40 +0200, a ecrit:
> Since O_CREAT and pals are not included for other headers anymore

Applied, thanks!

> * lwip/port/netif/hurdtunif.c:
>       * Include sys/types.h, sys/stat.h and fcntl.h
> ---
>  lwip/port/netif/hurdtunif.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/lwip/port/netif/hurdtunif.c b/lwip/port/netif/hurdtunif.c
> index 80b5280d..728db9ac 100644
> --- a/lwip/port/netif/hurdtunif.c
> +++ b/lwip/port/netif/hurdtunif.c
> @@ -23,6 +23,9 @@
>  #include <netif/hurdtunif.h>
>  
>  #include <hurd/trivfs.h>
> +#include <sys/types.h>
> +#include <sys/stat.h>
> +#include <fcntl.h>
>  #include <net/if.h>
>  #include <net/if_arp.h>
>  #include <error.h>
> -- 
> 2.17.1
> 
> 

-- 
Samuel
<b> j'en ai parlé à xavier, il n'est pas interdit qu'il le change un jour
 -+- #sos - a le bras long vers le chameau -+-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]