From owner-p4-projects@FreeBSD.ORG Fri Nov 23 23:23:49 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B49F29D2; Fri, 23 Nov 2012 23:23:49 +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 74AB29D0 for ; Fri, 23 Nov 2012 23:23:49 +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 4077A8FC13 for ; Fri, 23 Nov 2012 23:23:49 +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 qANNNnN5016947 for ; Fri, 23 Nov 2012 23:23:49 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 qANNNmOU016944 for perforce@freebsd.org; Fri, 23 Nov 2012 23:23:48 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 23 Nov 2012 23:23:48 GMT Message-Id: <201211232323.qANNNmOU016944@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 219836 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:23:50 -0000 http://p4web.freebsd.org/@@219836?ac=10 Change 219836 by rwatson@rwatson_cinnamon on 2012/11/23 23:23:08 Replace further instances of <> with "" for local includes in auditdistd. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#5 edit .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/sigtimedwait.h#2 edit .. //depot/projects/trustedbsd/openbsm/bin/auditdistd/synch.h#3 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#5 (text+ko) ==== @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#4 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#5 $ */ #include @@ -48,9 +48,8 @@ #include #endif -#include - #include "auditdistd.h" +#include "pjdlog.h" extern int depth; extern int lineno; ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/sigtimedwait.h#2 (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/sigtimedwait.h#1 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/sigtimedwait.h#2 $ */ #ifndef _SIGTIMEDWAIT_H_ @@ -42,7 +42,7 @@ #include #include -#include +#include "pjdlog.h" static int sigtimedwait(const sigset_t *set, siginfo_t *info, ==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/synch.h#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/synch.h#2 $ + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/synch.h#3 $ */ #ifndef _SYNCH_H_ @@ -40,7 +40,7 @@ #include #include -#include +#include "pjdlog.h" #ifndef PJDLOG_ASSERT #include