Obtained from: CheriBSD
Sponsored by: DARPA
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/net/if.c | ||
---|---|---|
2854 | Why the change in {} is needed? |
sys/net/if.c | ||
---|---|---|
2854 | For the local 'ifgr' variable. |
sys/net/if.c | ||
---|---|---|
2854 | 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 | ||
---|---|---|
2854 | 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. |