Change function definitions using the identifier-list form used in the
authorjsg <jsg@openbsd.org>
Thu, 13 Jul 2023 07:31:12 +0000 (07:31 +0000)
committerjsg <jsg@openbsd.org>
Thu, 13 Jul 2023 07:31:12 +0000 (07:31 +0000)
commit4b32857986a4fefc5f78977134fb7f7009b5ada4
treefa310103956f816b2129599b81569dfd9e1e1382
parentf353bcb0ce598018384fa1641f1129758a780f94
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".
sys/dev/ic/aac.c
sys/dev/ic/aacvar.h
sys/dev/pci/aac_pci.c