Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 18:52:09 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92474 for review
Message-ID:  <200602271852.k1RIq9LT033134@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92474

Change 92474 by rwatson@rwatson_fledge on 2006/02/27 18:51:46

	Add time.h so that Linux systems can find the definition of
	clock_t.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#17 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#17 (text+ko) ====

@@ -26,7 +26,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#16 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#17 $
  */
 
 #ifndef _LIBBSM_H_
@@ -45,6 +45,7 @@
 #include <sys/queue.h>
 
 #include <stdint.h>		/* Required for audit.h. */
+#include <time.h>		/* Required for clock_t on Linux. */
 
 #include <bsm/audit.h>
 #include <bsm/audit_record.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602271852.k1RIq9LT033134>