HomeFreeBSD

makefs: remove vestigial '?' cases from top-level getopt(3) loop

Description

makefs: remove vestigial '?' cases from top-level getopt(3) loop

getopt(3) returns '?' when it encounters a flag not present in the in
the optstring or if a flag is missing its option argument. We can
handle this case with the "default" failure case with no loss of
legibility.

Obtained from: OpenBSD makefs.c 1.22

Details

Provenance
emasteAuthored on Mar 30 2023, 1:33 AM
Parents
rGa2d2f25dd44c: committers-ports.dot: Fix alexbl entry
Branches
Unknown
Tags
Unknown