Bug 40543

Summary: /usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type
Product: Base System Reporter: Patrick Bores <p>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Patrick Bores 2002-07-14 03:20:01 UTC
For some reason I get the following error immediately after beginning a make depend. I'm using the same compiler I've been using for other code versions (gcc 2.95.3):

In file included from /usr/src/sys/sys/buf.h:270,
                 from /usr/src/sys/i386/i386/genassym.c:46:
/usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type

How-To-Repeat: Do a make depend.
Comment 1 crist.clark 2002-07-14 09:40:54 UTC
On Sat, Jul 13, 2002 at 07:11:56PM -0700, Patrick Bores wrote:
[snip]

> >Description:
> For some reason I get the following error immediately after beginning a make depend. I'm using the same compiler I've been using for other code versions (gcc 2.95.3):
> 
> In file included from /usr/src/sys/sys/buf.h:270,
>                  from /usr/src/sys/i386/i386/genassym.c:46:
> /usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type
> >How-To-Repeat:
> Do a make depend.

I cannot reproduce this. Are you _sure_ you are using the version of
gcc you say?

  $ cc -v

-- 
Crist J. Clark                     |     cjclark@alum.mit.edu
                                   |     cjclark@jhu.edu
http://people.freebsd.org/~cjc/    |     cjc@freebsd.org
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2003-03-28 13:40:17 UTC
State Changed
From-To: open->closed

Timeout, probably a pilot error.