Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 10:48:12 +0100
From:      "Bruce M. Simpson" <bms@FreeBSD.org>
To:        sam <samflanker@gmail.com>, jeffr@FreeBSD.org
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: possible  bug in /usr/include/sys/proc.h
Message-ID:  <48314CDC.7010807@FreeBSD.org>
In-Reply-To: <4831303B.1040002@gmail.com>
References:  <4831303B.1040002@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
sam wrote:
> Hello.
>
> trouble on build stage (net-mgmt/netxms)
>
> In file included from system.cpp:34:
> /usr/include/sys/proc.h:270: error: field 'td_lprof' has incomplete type
> *** Error code 1
Looks like this field was introduced in rev 1.497. struct lpohead is 
defined in <sys/lock_profile.h> and depends on definitions from 
<sys/queue.h> in its definition.

User apps shouldn't need to worry about this, so perhaps a nested 
include directive is missing. Jeff?



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