opnsense-ports/sysutils/slurm-wlm/files/patch-src_scrun_commands.c
Franco Fichtner 8d0896b93d */*: sync with upstream
Taken from: FreeBSD
2023-12-19 09:56:16 +01:00

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"