From owner-freebsd-current@FreeBSD.ORG Fri Dec 7 18:32:09 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9670E824 for ; Fri, 7 Dec 2012 18:32:09 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0C3318FC17 for ; Fri, 7 Dec 2012 18:32:08 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so816273lbb.13 for ; Fri, 07 Dec 2012 10:32:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rEORjG8isXc6fkCsJ8P2t+is7o4xi39VtiqULpWa4FU=; b=GwTUJTUv6qTZKy3PlrG5l69QWYIqA2r5Cag0nC5ShtNyXygNEG88bQhxG874pGavxS UFwQQl0SAInH+T/TF4HYzMIZcUL+ZRIvj9WpclG23lMj9dvmXxRnhBVQ3d0Qpmkr/7wo US4poAgv57vZSQwyy6Sbl8H9xdc/MY0S5a0BpqYd4pMT7t3QFxOWxRH6XzfuwdxhfTLC Kvy0q00FkZLrt6wUM9ROSJDtKrS8ym9YAR9dooycRQZojT5YY+V+6QzxQuPnf/BB/MLe 6bkiylcpTR7Z1HsBHwlSuyPzCPZZD6TbLNEmsr9ryGRRqITRd40pLrQHcXHHInAae2fl MpcQ== MIME-Version: 1.0 Received: by 10.152.106.212 with SMTP id gw20mr6307137lab.8.1354905128621; Fri, 07 Dec 2012 10:32:08 -0800 (PST) Received: by 10.112.99.70 with HTTP; Fri, 7 Dec 2012 10:32:08 -0800 (PST) In-Reply-To: <50C20399.2070903@zedat.fu-berlin.de> References: <50C20399.2070903@zedat.fu-berlin.de> Date: Fri, 7 Dec 2012 10:32:08 -0800 Message-ID: Subject: Re: r243946: /usr/obj/usr/src/tmp/usr/include/gssapi/gssapi_krb5.h:114:30: error: expected '; ' after top level declarator,GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL From: Garrett Cooper To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: Current FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 07 Dec 2012 18:32:09 -0000 On Fri, Dec 7, 2012 at 6:56 AM, O. Hartmann wrote: > After bind9 commits, building FreeBSD 10.0-CURRENT #0 r243946: Thu Dec > 6 12:18:13 CET 2012 refuses to work with the below error. Erwin's aware of the breakage (see the svn commit thread for r243981). Thanks, -Garrett