1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Manual merge of 5.1 into 5.1-runtime

This commit is contained in:
malff/marcsql@weblab.(none)
2007-03-01 13:47:28 -07:00
parent dc98aa82ab
commit e46083c9cf
4 changed files with 51 additions and 1026 deletions

View File

@ -84,7 +84,7 @@ int main(int argc, char *argv[])
MY_INIT(argv[0]);
log_init();
umask(0117);
srand((unsigned int) time(0));
srand((uint) time(0));
/* Main function. */