mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08:00
nd6: minor 'static' consistency fix
This commit is contained in:
parent
bd1defc1d8
commit
cd5dfa2bc5
@ -1348,7 +1348,7 @@ nd6_is_prefix_in_netif(const ip6_addr_t *ip6addr, struct netif *netif)
|
|||||||
* @return the default router entry index, or -1 if no suitable
|
* @return the default router entry index, or -1 if no suitable
|
||||||
* router is found
|
* router is found
|
||||||
*/
|
*/
|
||||||
s8_t
|
static s8_t
|
||||||
nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif)
|
nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif)
|
||||||
{
|
{
|
||||||
s8_t i;
|
s8_t i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user