PERFORCE change 92474 for review
Robert Watson
rwatson at FreeBSD.org
Mon Feb 27 10:52:21 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92474
Change 92474 by rwatson at 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>
More information about the trustedbsd-cvs
mailing list