Page MenuHomeFreeBSD

Alternate solution to D10462
ClosedPublic

Authored by dim on Apr 24 2017, 7:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 26, 9:45 AM
Unknown Object (File)
Sun, Oct 26, 9:45 AM
Unknown Object (File)
Sun, Oct 26, 9:45 AM
Unknown Object (File)
Sun, Oct 26, 3:09 AM
Unknown Object (File)
Wed, Oct 22, 12:44 AM
Unknown Object (File)
Mon, Oct 20, 12:31 AM
Unknown Object (File)
Aug 3 2025, 4:10 AM
Unknown Object (File)
Jul 22 2025, 5:54 AM
Subscribers

Details

Summary

In D10462, I swapped the test around to get rid of gcc 4.2's warning
about usr.bin/diff/diffreg.c. However, @brooks noted similarly to
what I said there, that re-using i is pretty confusing.

So here's another approach: store the return value from fetch() in a
dedicated variable f, and initialize it to zero before the if.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable