diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-07-30 21:48:56 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-07-30 21:48:56 +0000 |
commit | fe91a23270a1a4f20dd3bb78561f7779628f5e4a (patch) | |
tree | ab3469ec884b682316ca77a59ebe4f1d8b299e30 /net/libnss-mysql/files/patch-src::nss_mysql.h | |
parent | - update to 3.1 (diff) |
- Fix connection to mysql server via tcp
PR: ports/82731
Submitted by: Vasil Dimov <vd@datamax.bg>
Notes
Notes:
svn path=/head/; revision=140499
Diffstat (limited to 'net/libnss-mysql/files/patch-src::nss_mysql.h')
-rw-r--r-- | net/libnss-mysql/files/patch-src::nss_mysql.h | 11 |
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, ...); |