Re: [RFC PATCH Hurd] Using NETIF_FOREACH to replace netif for-loops

2024-10-27 Thread Samuel Thibault
Zhaoming Luo, le dim. 27 oct. 2024 22:58:48 +0800, a ecrit: > Come across NETIF_FOREACH in /usr/include/lwip/lwip/netif.h, but I'm not > sure if it affects some self-contained stuff. > > netif.h belongs to liblwip-dev. Applied, thanks! > --- > lwip/iioctl-ops.c | 6 +++--- > 1 file changed, 3 i

[RFC PATCH Hurd] Using NETIF_FOREACH to replace netif for-loops

2024-10-27 Thread Zhaoming Luo
Come across NETIF_FOREACH in /usr/include/lwip/lwip/netif.h, but I'm not sure if it affects some self-contained stuff. netif.h belongs to liblwip-dev. --- lwip/iioctl-ops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lwip/iioctl-ops.c b/lwip/iioctl-ops.c index 14c4d