[bug #46791] wishlist: no option to find devices for major/minor
Update of bug #46791 (group findutils): Status:Obsolete => None Assigned to: jay => berny Open/Closed: Closed => Open ___ Follow-up Comment #5:
[PATCH] pred.c: consolidate numerical comparisons
Several predicate tests perform a numerical comparison based on the comparison_type (COMP_GT, COMP_LT, COMP_EQ). Factor that out into a utility function. * find/pred.c (compare_num): Add static function. (pred_gid, pred_inum, pred_links, pred_size, pred_uid): Use it. --- find/pred.c | 117 +++