From owner-p4-projects@FreeBSD.ORG Thu Apr 16 14:08:02 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8D8A01065676; Thu, 16 Apr 2009 14:08:02 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AC621065670 for ; Thu, 16 Apr 2009 14:08:02 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37C188FC13 for ; Thu, 16 Apr 2009 14:08:02 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3GE826j014231 for ; Thu, 16 Apr 2009 14:08:02 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3GE82e3014229 for perforce@freebsd.org; Thu, 16 Apr 2009 14:08:02 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 16 Apr 2009 14:08:02 GMT Message-Id: <200904161408.n3GE82e3014229@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 160699 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: Thu, 16 Apr 2009 14:08:04 -0000 http://perforce.freebsd.org/chv.cgi?CH=160699 Change 160699 by rwatson@rwatson_cinnamon_macosx on 2009/04/16 14:08:00 Mac OS X Leopard documents sys/param.h and sys/mount.h for statfs(), but it turns out it also requires queue.h? Affected files ... .. //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 (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/libauditd/auditd_lib.c#9 $ + * $P4: //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 $ */ #include @@ -34,13 +34,13 @@ #include #include -#include -#include #ifdef HAVE_FULL_QUEUE_H #include #else /* !HAVE_FULL_QUEUE_H */ #include #endif /* !HAVE_FULL_QUEUE_H */ +#include +#include #include #include