mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-26 20:03:22 +01:00
* find/defs.h (struct options): Add mount member and rename stay_on_filesystem to xdev. * find/ftsfind.c (find): Set FTS_MOUNT flag when -mount is enabled. * find/parser.c (parse_table): Use a separate parser for -mount. (parse_mount): Declare and define function. (parse_xdev): Use xdev option flag. * find/util.c (set_option_defaults): Initialize new struct members. * doc/find.texi (node Filesystems): Add new section describing the new behaviour of -mount and specify the current behaviour of -xdev. * find/find.1: Document the new -mount behaviour and specify current behaviour of -xdev. * NEWS (Changes in find): Mention the -mount behaviour change.