[usr/src/sys/netpfil/ipfw/ip_fw_sockopt.c:2837]: (style) Same expression on both sides of '>'. else if ((uintptr_t)b->handler > (uintptr_t)b->handler) Maybe else if ((uintptr_t)a->handler > (uintptr_t)b->handler)
Fixed in r295766.