static const, not const static
authorjsg <jsg@openbsd.org>
Mon, 29 Aug 2022 06:08:03 +0000 (06:08 +0000)
committerjsg <jsg@openbsd.org>
Mon, 29 Aug 2022 06:08:03 +0000 (06:08 +0000)
commit8f47c760be0f444e75fc5461891e22edf56fc6c5
treee71d2673c2efe2198e92a11267c8a881da793d14
parent90f96f6d43918f81e3b6cc76368943405e3c3981
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@
13 files changed:
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
sys/dev/pci/if_tht.c
sys/dev/pci/pciide_natsemi_reg.h
sys/dev/pci/pciide_opti_reg.h
sys/dev/pci/yds.c
sys/dev/sbus/cs4231.c
sys/miscfs/fuse/fuse_device.c