]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ndp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])
authorElyes Haouas <ehaouas@noos.fr>
Tue, 7 Nov 2023 17:13:02 +0000 (18:13 +0100)
committerWarner Losh <imp@FreeBSD.org>
Mon, 29 Apr 2024 03:30:54 +0000 (21:30 -0600)
commitbccbb2fc4bce6c3efc1ba93f222de320db8e020a
treefc89e7989b92fc73c7729e483a9127f94441ed60
parent83409a9357a43f2ba595c84ae6904ab4c3ac1ab9
ndp: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])

Pull Request: https://github.com/freebsd/freebsd-src/pull/888
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
usr.sbin/ndp/ndp.c