git: 4d38c776eb09 - stable/13 - netinet: Use NULL for VNET_SYSINIT's last arg, which is a pointer type
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Dec 2024 15:44:33 UTC
The branch stable/13 has been updated by zlei:
URL: https://cgit.FreeBSD.org/src/commit/?id=4d38c776eb090adb955c6bdc7b0885b0fa9c9960
commit 4d38c776eb090adb955c6bdc7b0885b0fa9c9960
Author: Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-12-09 17:14:08 +0000
Commit: Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-12-15 15:43:36 +0000
netinet: Use NULL for VNET_SYSINIT's last arg, which is a pointer type
MFC after: 3 days
(cherry picked from commit ac51711cab6e55a99ee0a565fe0ae30c0305c854)
(cherry picked from commit 005b6caf268c959e90d838a318f384656923977d)
---
sys/netinet/if_ether.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 9c72f9268ae5..ac3dbfaa4a65 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -1515,7 +1515,7 @@ vnet_arp_init(void)
#endif
}
VNET_SYSINIT(vnet_arp_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_SECOND,
- vnet_arp_init, 0);
+ vnet_arp_init, NULL);
#ifdef VIMAGE
/*