Hey guys,

Noticed the following in freeipmi.h.

# if TIME_WITH_SYS_TIME
#  include <sys/time.h>
#  include <time.h>
# else
#  if HAVE_SYS_TIME_H
#   include <sys/time.h>
#  else
#   ifdef __FreeBSD__
#    include <sys/time.h>
#   else
#    include <time.h>
#   endif
#  endif
# endif

Can autoconf not find sys/time.h on FreeBSD?  Or was the above just a
typo/mistake?

Al
--
Albert Chu
[EMAIL PROTECTED]
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory





_______________________________________________
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel

Reply via email to