From owner-p4-projects Thu Oct 17 8: 3:56 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AB91137B404; Thu, 17 Oct 2002 08:03:54 -0700 (PDT) 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 3E10637B401 for ; Thu, 17 Oct 2002 08:03:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D677343E6A for ; Thu, 17 Oct 2002 08:03:53 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9HF3jmV059264 for ; Thu, 17 Oct 2002 08:03:45 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HF3jve059261 for perforce@freebsd.org; Thu, 17 Oct 2002 08:03:45 -0700 (PDT) Date: Thu, 17 Oct 2002 08:03:45 -0700 (PDT) Message-Id: <200210171503.g9HF3jve059261@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 Subject: PERFORCE change 19455 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19455 Change 19455 by rwatson@rwatson_tislabs on 2002/10/17 08:03:21 Fix syntax bug in printf. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.c#10 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.c#10 (text+ko) ==== @@ -500,7 +500,7 @@ !VOP_GETATTR(vp, &va, curthread->td_ucred, curthread)) { - printf(" inode=%ld, mountpoint=%s, " + printf(" inode=%ld, mountpoint=%s, ", va.va_fileid, vp->v_mount->mnt_stat.f_mntonname); } else { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message