HomeFreeBSD

fts_open: move bogus initialization further below, before it is used.

Description

fts_open: move bogus initialization further below, before it is used.

Move an unneeded initialization, introduced in r54770 to quiet down GCC,
to a place nearer to its first use. This has no practical effect, it just
keeps the garbage better sorted.

Hinted by: OpenBSD (CVS rev. 1.56, without obfuscations)

Details

Provenance
pfgAuthored on
Parents
rS318912: libc: rm stale generated files which are no longer syscalls
Branches
Unknown
Tags
Unknown