diff options
author | monty@hundin.mysql.fi <> | 2001-10-10 02:50:28 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-10 02:50:28 +0300 |
commit | 06e719b7ccc1198df209ffa56eadf8d77f6a9ff8 (patch) | |
tree | 088cf9579071d756c85870f15378382121877072 /libmysql | |
parent | 51555b40208ad606937dc2ea070ef0e681895806 (diff) | |
download | mariadb-git-06e719b7ccc1198df209ffa56eadf8d77f6a9ff8.tar.gz |
Remved Gemini code.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index 2a7aeead1b4..c08c93e2439 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -148,7 +148,7 @@ static MYSQL* spawn_init(MYSQL* parent, const char* host, *****************************************************************************/ int my_connect(my_socket s, const struct sockaddr *name, uint namelen, - uint timeout) + uint timeout) { #if defined(__WIN__) || defined(OS2) return connect(s, (struct sockaddr*) name, namelen); |