1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-21 21:22:27 +03:00

Portability fixes + a couple of bug fixes introduced by last push.

This commit is contained in:
monty@hundin.mysql.fi
2001-10-08 23:20:19 +03:00
parent 46a660f450
commit 196f620e90
11 changed files with 48 additions and 140 deletions

View File

@ -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;