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:
@ -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;
|
||||
|
Reference in New Issue
Block a user