CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/18 19:55:45
Modified files:
usr.bin/find : find.h function.c
Log message:
find: Fix mix of character block size check
If multiple -size primaries were specified and any of the values
had the 'c' suffix, it was applied to all values and not just the
one that ended with 'c'. The divsize setting is now stored in the
plan, not a global.
>From Thomas Habets
