git: 111a521dcf42 - stable/15 - find: Include signal.h to get a definition for sig_atomic_t
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 May 2026 14:08:54 UTC
The branch stable/15 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=111a521dcf421711426e5c34e83fcd89f50cecf0
commit 111a521dcf421711426e5c34e83fcd89f50cecf0
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-05-12 17:46:29 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-05-19 14:08:32 +0000
find: Include signal.h to get a definition for sig_atomic_t
MFC after: 1 week
(cherry picked from commit 5615db1007bdc935ac6592a66721320ccd8335ce)
---
usr.bin/find/extern.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index 250b5fb6689c..acb86f084fbf 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -29,7 +29,7 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#include <signal.h>
void brace_subst(char *, char **, char *, size_t);
PLAN *find_create(char ***);