From owner-p4-projects@FreeBSD.ORG Mon Feb 27 18:52:11 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1158F16A423; Mon, 27 Feb 2006 18:52:11 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B251F16A420 for ; Mon, 27 Feb 2006 18:52:10 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D5D43D53 for ; Mon, 27 Feb 2006 18:52:10 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RIq9qi033137 for ; Mon, 27 Feb 2006 18:52:09 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RIq9LT033134 for perforce@freebsd.org; Mon, 27 Feb 2006 18:52:09 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 27 Feb 2006 18:52:09 GMT Message-Id: <200602271852.k1RIq9LT033134@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 92474 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 18:52:11 -0000 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 #include /* Required for audit.h. */ +#include /* Required for clock_t on Linux. */ #include #include