properly initialise LIST head
authorkn <kn@openbsd.org>
Sat, 4 Mar 2023 09:03:34 +0000 (09:03 +0000)
committerkn <kn@openbsd.org>
Sat, 4 Mar 2023 09:03:34 +0000 (09:03 +0000)
commit66a74f82210d58138a35c6871cfc8fb96a817720
tree255d7193a62eaed58e3c8646ae620e91917e4c30
parent169544314c1b6f10a1e032e67166ac186d6b3ba8
properly initialise LIST head

This worked because the global head variable is zero-initialised,
but one must not rely on that.

OK mvs claudio
sys/netinet/if_ether.c