rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / network / bind / patches / 03-fix-netmask.patch
blob302e72871bc22ec0fffec03e9be05fcc82a41197
1 --- bind-9.18.21/bin/tests/system/ifconfig.sh.in.~1~ Fri Dec 8 04:09:37 2023
2 +++ bind-9.18.21/bin/tests/system/ifconfig.sh.in Wed Jan 24 09:57:02 2024
3 @@ -69,7 +69,7 @@
4 *-*-solaris2.1[1-9])
5 [ "$a" ] && {
6 /sbin/ipadm create-addr -t -T static \
7 - -a $a lo0/bind9v4$int \
8 + -a $a/32 lo0/bind9v4$int \
9 || echo failed lo0/bind9v4$int
11 [ "$aaaa" ] && {