CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/08/29 00:08:04
Modified files:
lib/libcrypto/ec: ecp_nistz256.c
sys/arch/alpha/alpha: trap.c
sys/arch/i386/pci: ali1543.c
sys/crypto : sha2.c
sys/dev/ic : adwlib.c
sys/dev/isa : gus.c
sys/dev/pci : if_mtd_pci.c if_tht.c pciide_natsemi_reg.h
pciide_opti_reg.h yds.c
sys/dev/sbus : cs4231.c
sys/miscfs/fuse: fuse_device.c
Log message:
static const, not const 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 miod@ tb@