Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sbin/ifconfig/af_nd6.c | ||
---|---|---|
56 ↗ | (On Diff #139306) | |
66–67 ↗ | (On Diff #139306) | you could move the #ifdef to just make these two conditional now? |
181 ↗ | (On Diff #139306) | If refactoring I'd drop this pseduo-bit-15 hack here and just add a if (isdefif) printf("...") |
sbin/ifconfig/af_nd6.c | ||
---|---|---|
181 ↗ | (On Diff #139306) | I don't think I'm going to try to change the logic here. At least not with this change. |
Comment Actions
- Move print_bits to ifconfig.c and make available to other src files.
- Migrate from printb to print_bits for locally defined bit fields.