From owner-p4-projects@FreeBSD.ORG Fri Nov 23 23:19:45 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D7E3F6B1; Fri, 23 Nov 2012 23:19:44 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B3056AF for ; Fri, 23 Nov 2012 23:19:44 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5748FC0C for ; Fri, 23 Nov 2012 23:19:44 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.5/8.14.5) with ESMTP id qANNJi8v016808 for ; Fri, 23 Nov 2012 23:19:44 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.5/8.14.5/Submit) id qANNJict016805 for perforce@freebsd.org; Fri, 23 Nov 2012 23:19:44 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 23 Nov 2012 23:19:44 GMT Message-Id: <201211232319.qANNJict016805@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 219834 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 23:19:45 -0000 http://p4web.freebsd.org/@@219834?ac=10 Change 219834 by rwatson@rwatson_cinnamon on 2012/11/23 23:19:03 For current-directory headers, use #include "" rather than #include <>. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.c#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/receiver.c#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/sandbox.c#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/sender.c#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/subr.c#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/trail.c#3 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.c#3 (text+ko) ==== @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.c#2 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.c#3 $ */ #include @@ -75,9 +75,8 @@ #include "sigtimedwait.h" #endif -#include - #include "auditdistd.h" +#include "pjdlog.h" #include "proto.h" #include "subr.h" #include "synch.h" ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/receiver.c#3 (text+ko) ==== @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/receiver.c#2 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/receiver.c#3 $ */ #include @@ -78,9 +78,8 @@ #include "renameat.h" #endif -#include - #include "auditdistd.h" +#include "pjdlog.h" #include "proto.h" #include "sandbox.h" #include "subr.h" ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/sandbox.c#3 (text+ko) ==== @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/sandbox.c#2 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/sandbox.c#3 $ */ #include @@ -48,8 +48,7 @@ #include #include -#include - +#include "pjdlog.h" #include "sandbox.h" static int ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/sender.c#3 (text+ko) ==== @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/sender.c#2 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/sender.c#3 $ */ #include @@ -72,9 +72,8 @@ #include "sigtimedwait.h" #endif -#include - #include "auditdistd.h" +#include "pjdlog.h" #include "proto.h" #include "sandbox.h" #include "subr.h" ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/subr.c#3 (text+ko) ==== @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/subr.c#2 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/subr.c#3 $ */ #include @@ -48,9 +48,8 @@ #include #endif -#include - #include "auditdistd.h" +#include "pjdlog.h" #include "subr.h" int ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/trail.c#3 (text+ko) ==== @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/trail.c#2 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/trail.c#3 $ */ #include @@ -60,8 +60,7 @@ #include "unlinkat.h" #endif -#include - +#include "pjdlog.h" #include "trail.h" #define TRAIL_MAGIC 0x79a11