Remove differences between ip_fragment() and ip6_fragment(). They
authorbluhm <bluhm@openbsd.org>
Fri, 12 Aug 2022 17:04:16 +0000 (17:04 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 12 Aug 2022 17:04:16 +0000 (17:04 +0000)
commit4daa6442fe6ff3558b2dfb9abc82494a61553bc0
tree105965c8fd8435a135dd71069b4a8dab2d2bc0b3
parent73167edf0c006006e924c868b465753e773f860b
Remove differences between ip_fragment() and ip6_fragment().  They
do nearly the same thing, so they should look similar.
OK sashan@
sys/netinet/ip_output.c
sys/netinet6/ip6_output.c