Use a static pkt_ptr buffer instead of allocating it dynamically.
authorclaudio <claudio@openbsd.org>
Tue, 19 Jan 2021 09:29:49 +0000 (09:29 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 19 Jan 2021 09:29:49 +0000 (09:29 +0000)
commit88ac24171b276e84cb128f0ef715c8168cb2e5f8
treebd3240d675e8aa745fe40f25a1e0af5e6a855ee2
parent6efdfed870a7f77fd4e5b9e045e0b1b0cdd390f8
Use a static pkt_ptr buffer instead of allocating it dynamically.
Removes another -fno-common issue from the build.
usr.sbin/ospfd/ospfe.c
usr.sbin/ospfd/ospfe.h
usr.sbin/ospfd/packet.c