mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Portability fixes
This commit is contained in:
@ -112,7 +112,7 @@ err:
|
||||
|
||||
}
|
||||
|
||||
void get_options(int argc,char *argv[])
|
||||
static void get_options(int argc,char *argv[])
|
||||
{
|
||||
int c;
|
||||
char *options=(char*) "Vh#:qSs:";
|
||||
@ -167,7 +167,7 @@ void get_options(int argc,char *argv[])
|
||||
return;
|
||||
} /* get options */
|
||||
|
||||
int create_record(char *pos, FILE *file)
|
||||
static int create_record(char *pos, FILE *file)
|
||||
{ uint tmp; char *ptr;
|
||||
|
||||
bzero((char *)pos,MAX_REC_LENGTH);
|
||||
|
Reference in New Issue
Block a user