ports/sysutils/slurm-wlm/files/patch-src_scrun_srun.c
Thierry Thomas 9adb7c18c4 sysutils/slurm-wlm: upgrade to 23.11.1
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>
2023-12-18 22:26:58 +01:00

12 lines
251 B
C

--- src/scrun/srun.c.orig 2023-03-28 20:15:54 UTC
+++ src/scrun/srun.c
@@ -40,7 +40,9 @@
#include <fcntl.h>
#include <stdlib.h>
+#ifndef __FreeBSD__
#include <sys/prctl.h>
+#endif
#include <sys/stat.h>
#include <sys/un.h>
#include <termios.h>