Source-Changes-D archive

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

Re: CVS commit: src/sys/net



On Wed, Oct 19, 2011 at 09:29:51PM +0000, David Young wrote:
> Module Name:  src
> Committed By: dyoung
> Date:         Wed Oct 19 21:29:51 UTC 2011
> 
> Modified Files:
>       src/sys/net: if.c if.h
> 
> Log Message:
> Userland by pulling the ifioctl lock-related data members into a
> struct ifnet_lock that the ifnet has a pointer to.  In a non-_KERNEL
> environment, don't #include <sys/percpu.h> et cetera, and don't define
> the struct ifnet_lock but *do* declare it.

Oops, that commit message was missing a verb.  I changed it to:

Fix userland compilation: pull the ifioctl lock-related data members
into a struct ifnet_lock that the ifnet has a pointer to.  In a
non-_KERNEL environment, don't #include <sys/percpu.h> et cetera, and
don't define the struct ifnet_lock but *do* declare it.

Dave

-- 
David Young             OJC Technologies is now Pixo
dyoung%pixotech.com@localhost     Urbana, IL   (217) 344-0444 x24


Home | Main Index | Thread Index | Old Index