pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mysql57-client/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 22 16:16:24 UTC 2018

Added Files:
        pkgsrc/databases/mysql57-client/patches: patch-mysys_mf__iocache2.c

Log Message:
mysql57: added missing patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/databases/mysql57-client/patches/patch-mysys_mf__iocache2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/databases/mysql57-client/patches/patch-mysys_mf__iocache2.c
diff -u /dev/null pkgsrc/databases/mysql57-client/patches/patch-mysys_mf__iocache2.c:1.1
--- /dev/null   Thu Nov 22 16:16:24 2018
+++ pkgsrc/databases/mysql57-client/patches/patch-mysys_mf__iocache2.c  Thu Nov 22 16:16:24 2018
@@ -0,0 +1,14 @@
+$NetBSD: patch-mysys_mf__iocache2.c,v 1.1 2018/11/22 16:16:24 adam Exp $
+
+Fight implicit declaration of function 'mysql_file_read'/'mysql_file_seek'.
+
+--- mysys/mf_iocache2.c.orig   2018-11-22 14:28:26.000000000 +0000
++++ mysys/mf_iocache2.c
+@@ -17,6 +17,7 @@
+   More functions to be used with IO_CACHE files
+ */
+ 
++#include "mysql/psi/mysql_file.h"
+ #include "mysys_priv.h"
+ #include "my_sys.h"
+ #include <m_string.h>



Home | Main Index | Thread Index | Old Index