From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 06:01:12 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28FAF106566B for ; Mon, 13 Feb 2012 06:01:12 +0000 (UTC) (envelope-from jkh@turbofuzz.com) Received: from mail.crittercasa.com (mail.crittercasa.com [208.87.221.231]) by mx1.freebsd.org (Postfix) with ESMTP id 13DE28FC1A for ; Mon, 13 Feb 2012 06:01:11 +0000 (UTC) Received: from [10.20.30.135] (unknown [69.12.250.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.crittercasa.com (Postfix) with ESMTPS id B3465164842 for ; Sun, 12 Feb 2012 21:42:49 -0800 (PST) From: "Jordan K. Hubbard" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Feb 2012 21:42:47 -0800 Message-Id: <96E91DBD-9E30-46EE-9294-BF7BE750AEF9@turbofuzz.com> To: current@freebsd.org Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-Mailman-Approved-At: Mon, 13 Feb 2012 11:53:13 +0000 Cc: Subject: Does anyone regularly build HEAD with clang? 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: Mon, 13 Feb 2012 06:01:12 -0000 I've noticed that it's been broken for about a week as a result of: --- /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h.orig = 2012-02-12 22:42:29.000000000 -0800 +++ /usr/src/lib/libc/../../include/rpc/rpcb_clnt.h 2012-02-12 = 22:41:27.000000000 -0800 @@ -66,7 +66,7 @@ const struct netconfig *, const struct netbuf = *); extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t, const struct netconfig *); -extern rpcblist *rpcb_getmaps(const struct netconfig *, const = char *); +extern struct rpcblist *rpcb_getmaps(const struct netconfig *, const = char *); extern enum clnt_stat rpcb_rmtcall(const struct netconfig *, const char *, const rpcprog_t, const rpcvers_t, const rpcproc_t, Easy fix (I don't have a commit bit anymore or I'd just check it in), = but it makes me wonder if anyone is building with clang on a regular = basis or they'd have caught this one quickly. Thanks, - Jordan