Home
last modified time | relevance | path

Searched hist:d452b926 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dprotosw.hd452b926 Sat Nov 26 17:52:35 GMT 2022 mvs <mvs@openbsd.org> Turn sowriteable(), sballoc() and sbfree() macro to inline functions.

soreadable() is already presented as inline function, but corresponding
sowriteable() is still macro. Also it's no reason to keep sballoc() and
sbfree() as macro.

The first argument of sballoc() and sbfree() is not used, but keep it for
a while.

ok kn@ bluhm@
H A Dsocketvar.hd452b926 Sat Nov 26 17:52:35 GMT 2022 mvs <mvs@openbsd.org> Turn sowriteable(), sballoc() and sbfree() macro to inline functions.

soreadable() is already presented as inline function, but corresponding
sowriteable() is still macro. Also it's no reason to keep sballoc() and
sbfree() as macro.

The first argument of sballoc() and sbfree() is not used, but keep it for
a while.

ok kn@ bluhm@