bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH] lwip: Add missing stub


From: Samuel Thibault
Subject: Re: [PATCH] lwip: Add missing stub
Date: Thu, 22 Sep 2022 02:44:10 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

Damien Zammit, le jeu. 22 sept. 2022 00:40:46 +0000, a ecrit:
> ---
>  lwip/pfinet-ops.c | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/lwip/pfinet-ops.c b/lwip/pfinet-ops.c
> index 1af2a3fe..5be85879 100644
> --- a/lwip/pfinet-ops.c
> +++ b/lwip/pfinet-ops.c
> @@ -113,3 +113,13 @@ lwip_S_pfinet_siocgifconf (io_t port,
> 
>    return 0;
>  }
> +
> +error_t
> +lwip_S_pfinet_getroutes (io_t port,
> +                      vm_size_t amount,
> +                      data_t *routes,
> +                      mach_msg_type_number_t *len,
> +                      boolean_t *dealloc_data)
> +{
> +  return EOPNOTSUPP;
> +}
> --
> 2.34.1
> 
> 
> 

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.



reply via email to

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