From owner-freebsd-current Mon Sep 23 15: 1: 4 2002 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 7CCDD37B401 for ; Mon, 23 Sep 2002 15:01:03 -0700 (PDT) Received: from relay01.cablecom.net (relay01.cablecom.net [62.2.33.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FE843E4A for ; Mon, 23 Sep 2002 15:01:02 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from smtp.swissonline.ch (mail-4.swissonline.ch [62.2.32.85]) by relay01.cablecom.net (8.12.5/8.12.5/SOL/AWF/MXRELAY/20020820) with ESMTP id g8NM11Z2092745 for ; Tue, 24 Sep 2002 00:01:01 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Received: from snoopy.here (dclient80-218-74-198.hispeed.ch [80.218.74.198]) by smtp.swissonline.ch (8.11.6/8.11.6/SMTPSOL/AWF/2002040101) with ESMTP id g8NM11F19843 for ; Tue, 24 Sep 2002 00:01:01 +0200 (MEST) Received: (from hampi@localhost) by snoopy.here (8.11.6/8.11.6) id g8NM11400345 for freebsd-current@freebsd.org; Tue, 24 Sep 2002 00:01:01 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Tue, 24 Sep 2002 00:01:01 +0200 From: Hanspeter Roth To: freebsd-current@freebsd.org Subject: buildkernel: field `ar_args' has incomplete type Message-ID: <20020924000101.A301@snoopy.cablecom.ch> Reply-To: freebsd-current@freebsd.org Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have installed 4.5-Release and cvsuped to Current. Now make buildkernel on GENERIC failes: rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat- extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/s rc/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt _global.h -mpreferred-stack-boundary=2 -ffreestanding /usr/src/sys/i386/i386/gen assym.c In file included from /usr/src/sys/sys/buf.h:271, from /usr/src/sys/i386/i386/genassym.c:46: /usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type *** Error code 1 Did I miss something? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message