summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-08 23:20:19 +0300
committermonty@hundin.mysql.fi <>2001-10-08 23:20:19 +0300
commit196f620e9024b12e33125c4be03c867b0fabbfcc (patch)
treee7d13849a1d92edeaacd31753856f5a8cb389781 /include
parent46a660f450cfb78785838f4dc923eaf6b75c5961 (diff)
downloadmariadb-git-196f620e9024b12e33125c4be03c867b0fabbfcc.tar.gz
Portability fixes + a couple of bug fixes introduced by last push.
Diffstat (limited to 'include')
-rw-r--r--include/mysql_com.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 6cb1aa21df2..a89425ae279 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -172,8 +172,8 @@ unsigned long my_net_read(NET *net);
/* The following function is not meant for normal usage */
struct sockaddr;
-int my_connect(my_socket s, const struct sockaddr *name, uint namelen,
- uint timeout);
+int my_connect(my_socket s, const struct sockaddr *name, unsigned int namelen,
+ unsigned int timeout);
struct rand_struct {
unsigned long seed1,seed2,max_value;