HomeFreeBSD

Define __dmadat after #include'ing ufsread.c.

Description

Define __dmadat after #include'ing ufsread.c.

The __dmadat variable is a statically allocated I/O buffer. The type is
declared in the ufsread.c source file and clang warns if a variable is
defined before it's type is declared.

Sponsored by: DARPA / AFRL

Details

Provenance
jhbAuthored on
Parents
rS327702: Add explanatory comment for r327622: clang 6.0.0 and higher warn about
Branches
Unknown
Tags
Unknown