Page MenuHomeFreeBSD

elfcopy: Stop using optind.
ClosedPublic

Authored by markj on Jul 26 2019, 7:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 3, 5:18 AM
Unknown Object (File)
Oct 4 2024, 7:34 PM
Unknown Object (File)
Sep 21 2024, 4:05 PM
Unknown Object (File)
Sep 19 2024, 9:57 AM
Unknown Object (File)
Sep 18 2024, 6:03 PM
Unknown Object (File)
Sep 5 2024, 6:55 AM
Unknown Object (File)
Sep 4 2024, 10:44 PM
Unknown Object (File)
Aug 30 2024, 4:56 AM

Details

Summary

This marginally simplifies the code. Writing argc--; argv++; after the
option parsing loop is a common idiom anyway.

Diff Detail

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