Obtained from: CheriBSD
Sponsored by: DARPA
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 38761 Build 35650: arc lint + arc unit
Event Timeline
sys/net/if.c | ||
---|---|---|
2855 | Why the change in {} is needed? |
sys/net/if.c | ||
---|---|---|
2855 | For the local 'ifgr' variable. |
sys/net/if.c | ||
---|---|---|
2855 | Ok, why is this one-time used variable needed? I mean, you can add ->ifgr_group to the cast expression and for me it is easier to understand. |
sys/net/if.c | ||
---|---|---|
2855 | Ah, this was matching the original code before the addition of ifgr_group_get(). I can make it do it without a local variable though. |
sys/net/if.c | ||
---|---|---|
2851–2852 | I almost did, so this prod is enough for me to fix it. Thanks. |