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