Page MenuHomeFreeBSD

cross-build: Remove redundant lines.
ClosedPublic

Authored by imp on Oct 10 2021, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 14, 11:27 PM
Unknown Object (File)
Fri, Mar 29, 3:36 PM
Unknown Object (File)
Feb 14 2024, 1:08 PM
Unknown Object (File)
Jan 23 2024, 7:12 AM
Unknown Object (File)
Jan 12 2024, 8:41 AM
Unknown Object (File)
Dec 20 2023, 8:03 AM
Unknown Object (File)
Dec 5 2023, 5:41 PM
Unknown Object (File)
Dec 2 2023, 8:22 PM
Subscribers
None

Details

Summary

There's two identical gid_from_group lines in a row. We only need one.
Ditto for uid_from_user().

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Oct 10 2021, 4:35 PM
imp created this revision.
This revision is now accepted and ready to land.Oct 10 2021, 4:37 PM

Looks like those have been there right from the very first commit of the headers downstream to CheriBSD in 2018

This revision was automatically updated to reflect the committed changes.