CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2021/01/22 07:13:57
Modified files: share/man/man9 : style.9 Log message: Private functions in the kernel do not to be prototyped. We don't use static in the kernel due to ddb so functions private to the compilation unit are basically equivalent. OK cheloha@ gnezdo@ mglocker@