CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2022/11/26 10:52:35
Modified files: sys/sys : protosw.h socketvar.h Log message: 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@