Joan Lledó, le lun. 30 avril 2018 12:43:23 +0200, a ecrit:
> ---
>  lwip/config.h | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 lwip/config.h
> 
> diff --git a/lwip/config.h b/lwip/config.h
> new file mode 100644
> index 00000000..262e3590
> --- /dev/null
> +++ b/lwip/config.h
> @@ -0,0 +1,4 @@
> +#define __KERNEL__   1
> +#undef       __SMP__
> +
> +#define _HURD_               1

I don't think we need this, it was only for glueing with the Linux
TCP/IP stack.  I guess you can just remove the

$(OBJS): config.h

line in Makefile to get rid of it?

Samuel

Reply via email to