diff options
| author | Goran Mekić <meka@tilda.center> | 2024-01-11 22:35:25 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2024-01-11 23:37:14 +0000 |
| commit | d06a00963b7f724b6fdd7d7cdcbed57c534196a9 (patch) | |
| tree | aaaf8e118f9bd98076d8deea4e323e1ce807d41a /usr.bin/find/extern.h | |
| parent | 0e1d8481f93c58008c5a2ef68c3a46a0da83644a (diff) | |
Diffstat (limited to 'usr.bin/find/extern.h')
| -rw-r--r-- | usr.bin/find/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index c84ca8953e50..a1bd5e6d16a5 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -121,3 +121,4 @@ extern int exitstatus; extern time_t now; extern int dotfd; extern FTS *tree; +extern volatile sig_atomic_t showinfo; |
