From ae5d9079f99a2957141513ff577c9227f75b9749 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 May 2006 17:27:07 +0000 Subject: (main): Use FTS_PHYSICAL here, too. --- src/chmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chmod.c') diff --git a/src/chmod.c b/src/chmod.c index 75d1b874f..ac517ba23 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -508,7 +508,7 @@ main (int argc, char **argv) root_dev_ino = NULL; } - ok = process_files (argv + optind, FTS_COMFOLLOW); + ok = process_files (argv + optind, FTS_COMFOLLOW | FTS_PHYSICAL); exit (ok ? EXIT_SUCCESS : EXIT_FAILURE); } -- cgit v1.2.3-54-g00ecf