Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 00:01:01 +0200
From:      Hanspeter Roth <hanspeter_roth@hotmail.com>
To:        freebsd-current@freebsd.org
Subject:   buildkernel: field `ar_args' has incomplete type
Message-ID:  <20020924000101.A301@snoopy.cablecom.ch>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020924000101.A301>