Remove fix-qt5-uint-error.patch

This commit is contained in:
Martchus 2016-05-31 09:59:12 +02:00
parent 5e44dc6fc9
commit 1a2774f6a1
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- include/mysql.h.orig 2015-02-03 12:34:33.527518619 -0700
+++ include/mysql.h 2015-02-03 12:34:41.327637274 -0700
@@ -80,7 +80,7 @@
extern unsigned int mysql_port;
extern char *mysql_unix_port;
-extern uint mariadb_deinitialize_ssl;
+extern unsigned int mariadb_deinitialize_ssl;
#define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG)
#define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG)