diff options
| author | Ricardo Branco <rbranco@suse.de> | 2024-01-21 19:53:05 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2024-01-22 01:33:46 +0000 |
| commit | e4b646ce16105efc943bc8ac2242a2220dfe18d8 (patch) | |
| tree | be58842f0a6432709c1d7b7d8cc529e1008e3088 /usr.bin/find/extern.h | |
| parent | 91f78c32befa08bf4010db7afd4407277a3e585f (diff) | |
Diffstat (limited to 'usr.bin/find/extern.h')
| -rw-r--r-- | usr.bin/find/extern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index a1bd5e6d16a5..feb2e0202056 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -86,6 +86,7 @@ exec_f f_delete; exec_f f_depth; exec_f f_empty; exec_f f_exec; +exec_f f_executable; exec_f f_expr; exec_f f_false; exec_f f_flags; @@ -107,11 +108,13 @@ exec_f f_print; exec_f f_print0; exec_f f_prune; exec_f f_quit; +exec_f f_readable; exec_f f_regex; exec_f f_size; exec_f f_sparse; exec_f f_type; exec_f f_user; +exec_f f_writable; extern int ftsoptions, ignore_readdir_race, isdepth, isoutput; extern int issort, isxargs; |
