CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/08/28 20:58:13
Modified files:
lib/libc/locale: wctoint.h
sys/arch/amd64/include: pmap.h
sys/arch/i386/include: cpu.h pmap.h
sys/arch/luna88k/dev: mb89352.c
sys/uvm : uvm_aobj.c uvm_page.c
usr.sbin/npppd/npppd: npppd_pool.c
Log message:
static inline, not inline static
c99 6.11.5:
"The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature."
ok guenther@