Obtained from: CheriBSD
Sponsored by: DARPA
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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 | ||
---|---|---|
2848–2849 | I almost did, so this prod is enough for me to fix it. Thanks. |