Ravenlock wrote:
> Attached is a patch that will enable the net module to run on FreeBSD (I 
> hope).  I am using it on 6.2-STABLE.  I have no idea what other versions 
> it will be compatible with.
> 
> I am hoping a few people (running 6.2 or otherwise) might step up and 
> give it a whirl, and provide their feedback.

Not running freebsd, but I have got a comment about the code..
This forward definition of get_ifmib_general is superflous;

 > +#ifdef __FreeBSD__
 > +static int get_ifmib_general(int row, struct ifmibdata *ifmd);
 > +
 > +static int
 > +get_ifmib_general(int row, struct ifmibdata *ifmd)
 > +{

That's all.

-- 
Cheers,
Morten
:wq

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to