CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/10/15 19:22:40
Modified files:
sys/arch/sparc64/dev: auxio.c beep.c beeper.c central.c
creator.c fhc_central.c fhc_mainbus.c
lpt_ebus.c pci_machdep.c pckbc_ebus.c
pcons.c power.c psycho.c sab.c stp_sbus.c
uperf.c uperf_ebus.c
sys/arch/sparc64/fpu: fpu.c fpu_add.c fpu_div.c fpu_explode.c
fpu_implode.c fpu_mul.c fpu_sqrt.c
sys/arch/sparc64/include: bus.h
sys/arch/sparc64/sparc64: cache.c db_interface.c machdep.c
ofw_machdep.c openfirm.c openprom.c
process_machdep.c sys_machdep.c
sys/dev/ic : lsi64854.c mk48txx.c
sys/dev/sbus : bwtwo.c dma_sbus.c qe.c qec.c
Log message:
Change function definitions using the identifier-list form used in the
1st edition of Kernighan and Ritchie's The C Programming Language, to
that of the parameter-type-list form described in the ANSI X3.159-1989
standard.
In ISO/IEC 9899:2023 drafts, there is only one form of function definition.
"N2432 Remove support for function definitions with identifier lists".
ok kettenis@