| Summary: | /usr/src/sys/sys/proc.h:117: field `ar_args' has incomplete type | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Patrick Bores <p> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
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 State Changed From-To: open->closed Timeout, probably a pilot error. |
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.