Don't include <sys/timeb.h>.

Including this header file causes a compilation warning. The code builds
perfectly fine without this header file.
This commit is contained in:
Ed Schouten 2012-01-08 12:38:41 +00:00
parent 75c73b662a
commit 34d80cf2ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229809

View File

@ -324,7 +324,7 @@
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/timeb.h> header file. */
#define HAVE_SYS_TIMEB_H 1
/* #undef HAVE_SYS_TIMEB_H */
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1