mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Portability fixes
This commit is contained in:
parent
91db5836e0
commit
ef97deb059
2 changed files with 3 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue