mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
ChangeLog for this update: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-19.html PR: 220849 Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D11656
10 lines
215 B
C
10 lines
215 B
C
--- mysys/my_symlink.c.orig 2017-07-19 12:10:42 UTC
|
|
+++ mysys/my_symlink.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <sys/param.h>
|
|
#include <sys/stat.h>
|
|
#endif
|
|
+#include "my_dir.h"
|
|
|
|
/*
|
|
Reads the content of a symbolic link
|