mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
Releases notes at <https://www.schedmd.com/news.php>. Remark: MySQL is no more an option. Security: CVE-2023-49933 through CVE-2023-49938 Differential Revision: <https://reviews.freebsd.org/D42764>
13 lines
289 B
C
13 lines
289 B
C
--- src/scrun/commands.c.orig 2023-11-21 22:33:29 UTC
|
|
+++ src/scrun/commands.c
|
|
@@ -39,6 +39,10 @@
|
|
#include <signal.h>
|
|
#include <unistd.h>
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/signal.h>
|
|
+#endif
|
|
+
|
|
#include "src/common/daemonize.h"
|
|
#include "src/common/fd.h"
|
|
#include "src/common/log.h"
|