summaryrefslogtreecommitdiff
path: root/net/libnss-mysql/files/patch-src::nss_mysql.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/libnss-mysql/files/patch-src::nss_mysql.h')
-rw-r--r--net/libnss-mysql/files/patch-src::nss_mysql.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libnss-mysql/files/patch-src::nss_mysql.h b/net/libnss-mysql/files/patch-src::nss_mysql.h
new file mode 100644
index 000000000000..05277bbcb1fd
--- /dev/null
+++ b/net/libnss-mysql/files/patch-src::nss_mysql.h
@@ -0,0 +1,11 @@
+--- src/nss_mysql.h.orig Tue Jun 28 16:06:14 2005
++++ src/nss_mysql.h Tue Jun 28 16:17:30 2005
+@@ -70,7 +70,7 @@
+ #define MAX_QUERY_ATTEMPTS 3 /* # of query retries */
+
+ /* Default initializers */
+-#define DEF_TIMEOUT "3"
++#define DEF_TIMEOUT 3
+
+ #ifdef DEBUG
+ void _nss_mysql_debug (char *fmt, ...);