DragonFly BSD
DragonFly kernel List (threaded) for 2004-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: notifymsglist?


From: YONETANI Tomokazu <qhwt+dragonfly-kernel@xxxxxxxxxx>
Date: Sat, 10 Apr 2004 16:05:58 +0900

Hi,

On Fri, Apr 09, 2004 at 11:37:35PM -0700, Jeffrey Hsu wrote:
> Donghui Wen wrote:
> >Hi,
> >   I just did a "make buildworld" based on the document
> >http://www.dragonflybsd.org/docs/upgrade-freebsd.cgi
> >
> >It compaints it could not find "struct notifymsglist" which is used in
> >select.h.
> >I tried to do a grep, but could not find the definition.
> >
> >Can anyone help?
> 
> Make sure you have the latest net/netisr.h, rev 1.13, where
> notifymsglist is declared.
> 
> 						Jeffrey

struct notifymsglist is declared inside #ifdef _KERNEL, so that
userland code does not see it.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]