From owner-freebsd-current@FreeBSD.ORG Tue Apr 25 10:34:42 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE9E16A400 for ; Tue, 25 Apr 2006 10:34:42 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id D00DF43D48 for ; Tue, 25 Apr 2006 10:34:41 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 25 Apr 2006 11:34:39 +0100 (BST) To: "Conrad J. Sabatier" In-reply-to: Your message of "Tue, 25 Apr 2006 02:26:05 CDT." <20060425022605.0f65e58c@localhost> X-Request-Do: Date: Tue, 25 Apr 2006 11:34:39 +0100 From: David Malone Message-ID: <200604251134.aa95500@salmon.maths.tcd.ie> Cc: freebsd-current@freebsd.org Subject: Re: cvs commit: src/lib/libugidfw libugidfw.3 ugidfw.c ugidfw.h src/sys/security/mac_bsdextended mac_bsdextended.c mac_bsdextended.h src/tools/regression/mac/mac_bsdextended test_matches.sh test_ugidfw.c src/usr.sbin/ugidfw ugidfw.8 ugidfw.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 10:34:42 -0000 > Something seems to have been broken by this commit: > ===> usr.sbin/ugidfw (all) > cc -O2 -fno-strict-aliasing -pipe -DNO_MALLOC_EXTRAS -O3 -pipe > -funit-at-a-time -fno-strict-aliasing -ffast-math -march=athlon64 > -c /usr/src/usr.sbin/ugidfw/ugidfw.c > In file included from > /usr/src/usr.sbin/ugidfw/ugidfw.c:40: /usr/obj/usr/src/tmp/usr/include/securit > error: field `mbo_fsid' has incomplete type *** Error code 1 Can you check that you have version 1.6 of /usr/src/usr.sbin/ugidfw/ugidfw.c? It looks to me like you probably have the old version of it, because the #include mentioned is on line 40 in version 1.5 and 41 of version 1.6. David.