Files
src/sbin
John Baldwin f19ae3633b ifconfig: Pacify a sign comparison warning in regdomain_sort.
Both ic_flags values are unsigned (uint32_t), so cast them to a signed
int to generate a signed result.  Both ic_req values are also
unsigned, but since they are uint16_t, they are implicitly promited to
int before the subtraction.

Reported by:	GCC -Wsign-compare
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D40610
2023-06-19 10:38:18 -07:00
..
2023-05-24 22:08:39 -05:00
2022-11-03 00:20:12 +01:00
2023-06-01 20:33:41 -06:00
2023-06-01 20:33:39 -06:00
2023-06-16 07:24:19 +00:00
2023-05-11 06:24:02 +00:00
2023-06-01 20:33:39 -06:00
2023-01-26 21:13:16 -05:00