mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
Removing "#include <sys/timeb.h>" from my_global.h,
which has been removed earlier, but somehow got into the sources again. This file is not really needed, and it prints warnings "sys/timeb.h is deprecated" for every file when compiling on FreeBSD.
This commit is contained in:
parent
1563999018
commit
42af7a27f1
1 changed files with 0 additions and 3 deletions
|
@ -344,9 +344,6 @@ C_MODE_END
|
|||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TIMEB_H
|
||||
#include <sys/timeb.h> /* Avoid warnings on SCO */
|
||||
#endif
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue