MFC after: 1 week
Sponsored by: Klara, Inc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
reviewed-by: allanjude
bin/ln/ln.c | ||
---|---|---|
132 | This comment should maybe be updated to Implied when fflag is true? |
Comment Actions
What benefit is this over relying on the exit in there to imply it? Not saying it's wrong, just trying to understand
Comment Actions
usage() is at the bottom, so the compiler will see calls to it before it realizes that it's dead, unless we tell it.