mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -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>
11 lines
253 B
C
11 lines
253 B
C
--- src/common/conmgr.c.orig 2023-11-21 22:33:29 UTC
|
|
+++ src/common/conmgr.c
|
|
@@ -47,6 +47,8 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <sys/un.h>
|
|
+#include <sys/param.h>
|
|
+#include <sys/ucred.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
|