mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -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>
12 lines
251 B
C
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>
|