HomeFreeBSD

Remove register keyword from sys/ and ANSIfy prototypes

Description

Remove register keyword from sys/ and ANSIfy prototypes

A long long time ago the register keyword told the compiler to store
the corresponding variable in a CPU register, but it is not relevant
for any compiler used in the FreeBSD world today.

ANSIfy related prototypes while here.

Reviewed by: cem, jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D10193

Details

Provenance
emasteAuthored on
Reviewer
cem
Differential Revision
D10193: Remove archaic register keyword from sys and ANSIfy prototypes while here
Parents
rS318388: Add sglist_append_sglist().
Branches
Unknown
Tags
Unknown