]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ofw_net: Use c99 initializers
authorWarner Losh <imp@FreeBSD.org>
Tue, 29 Nov 2022 21:47:02 +0000 (14:47 -0700)
committerWarner Losh <imp@FreeBSD.org>
Tue, 29 Nov 2022 21:49:06 +0000 (14:49 -0700)
commit4c4563e32dfce0652953fcbd160a9dfdda050cc4
tree8d0ae30a7655c12a35772d7662245b953b4e83f3
parent4a8e4d15465cbf6f1bc4c6a09f50f97ae2d5bd7d
ofw_net: Use c99 initializers

Update to use c99 initializers, although there's no plans to change
anything that this would make easier...

Sponsored by: Netflix
Reviewed by: zlei
Differential Revision: https://reviews.freebsd.org/D37442
stand/libofw/ofw_net.c