]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Sep 2005 17:37:51 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-build.patch -> 1.1

mysql-build.patch [new file with mode: 0644]

diff --git a/mysql-build.patch b/mysql-build.patch
new file mode 100644 (file)
index 0000000..11ef6ee
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urNbB mysql-5.0.13-rc.org/sql/mysqld.cc mysql-5.0.13-rc/sql/mysqld.cc
+--- mysql-5.0.13-rc.org/sql/mysqld.cc  2005-09-22 21:39:56.000000000 +0200
++++ mysql-5.0.13-rc/sql/mysqld.cc      2005-09-29 19:29:59.991454000 +0200
+@@ -3183,7 +3183,7 @@
+   init_ssl();
+ #ifdef HAVE_LIBWRAP
+-  libwrapName= my_progname+dirname_length(my_progname);
++  libwrapName= (char *)my_progname+dirname_length(my_progname);
+   openlog(libwrapName, LOG_PID, LOG_AUTH);
+ #endif
This page took 0.074774 seconds and 4 git commands to generate.