freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freeipmi-devel] freebsd sys/time.h


From: Albert Chu
Subject: [Freeipmi-devel] freebsd sys/time.h
Date: Thu, 23 Feb 2006 15:03:53 -0800

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
address@hidden
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory







reply via email to

[Prev in Thread] Current Thread [Next in Thread]