1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Lots of manual changes

Changed 'static inline' to 'inline' for SCO new's compiler
This commit is contained in:
monty@donna.mysql.com
2001-01-25 22:38:26 +02:00
parent 21185c1719
commit e2a8a99d01
11 changed files with 500 additions and 322 deletions

View File

@ -100,7 +100,7 @@ static void add_hostname(struct in_addr *in,const char *name)
}
static inline void add_wrong_ip(struct in_addr *in)
inline void add_wrong_ip(struct in_addr *in)
{
add_hostname(in,NullS);
}