From owner-freebsd-stable@FreeBSD.ORG Tue Jan 4 20:40:48 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B8091065670 for ; Tue, 4 Jan 2011 20:40:48 +0000 (UTC) (envelope-from danallen46@airwired.net) Received: from mail.utahbroadband.com (mail.utahbroadband.com [204.14.20.91]) by mx1.freebsd.org (Postfix) with ESMTP id 32DF68FC14 for ; Tue, 4 Jan 2011 20:40:47 +0000 (UTC) Received: (qmail 9295 invoked by uid 89); 4 Jan 2011 20:40:47 -0000 Received: from unknown (HELO ?192.168.0.18?) (danallen46@airwired.net@66.29.174.6) by mail.utahbroadband.com with ESMTPA; 4 Jan 2011 20:40:47 -0000 From: Dan Allen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 4 Jan 2011 13:40:45 -0700 Message-Id: To: FreeBSD-STABLE Mailing List Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Subject: Build Broken: /usr/src/usr.bin/netstat/inet.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 20:40:48 -0000 I just did a csup of stable, and the build is broken. In function protopr various struct members are not defined. The build halts. First compile error is at /usr/src/usr.bin/netstat/inet.c line 462 Dan