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 39001 Build 35890: arc lint + arc unit
Event Timeline
sys/net/if.c | ||
---|---|---|
2853 | Why the change in {} is needed? |
sys/net/if.c | ||
---|---|---|
2853 | For the local 'ifgr' variable. |
sys/net/if.c | ||
---|---|---|
2853 | 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 | ||
---|---|---|
2853 | 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 | ||
---|---|---|
2849 | I almost did, so this prod is enough for me to fix it. Thanks. |