Re: [PATCH]: implementation of SIOCGIFINDEX in linuxulator

2007-11-07 Thread Rui Paulo
On 7 Nov 2007, at 12:32, Roman Divacky wrote: On Wed, Nov 07, 2007 at 11:30:34AM +, Rui Paulo wrote: On 5 Nov 2007, at 15:34, Roman Divacky wrote: hi I implemented SIOCGIFINDEX in linuxulator and I would like you to review the patch.. the implementation is trivial, just mapping it to t

Re: [PATCH]: implementation of SIOCGIFINDEX in linuxulator

2007-11-07 Thread Roman Divacky
On Wed, Nov 07, 2007 at 11:30:34AM +, Rui Paulo wrote: > > On 5 Nov 2007, at 15:34, Roman Divacky wrote: > > >hi > > > >I implemented SIOCGIFINDEX in linuxulator and I would like you > >to review the patch.. the implementation is trivial, just mapping > >it to the native fbsd call. > > > >the

Re: [PATCH]: implementation of SIOCGIFINDEX in linuxulator

2007-11-07 Thread Rui Paulo
On 5 Nov 2007, at 15:34, Roman Divacky wrote: hi I implemented SIOCGIFINDEX in linuxulator and I would like you to review the patch.. the implementation is trivial, just mapping it to the native fbsd call. the patch can be found here: http://www.vlakno.cz/~rdivacky/linux_socket.patch I have

Re: [PATCH]: implementation of SIOCGIFINDEX in linuxulator

2007-11-05 Thread Brooks Davis
On Mon, Nov 05, 2007 at 04:34:59PM +0100, Roman Divacky wrote: > hi > > I implemented SIOCGIFINDEX in linuxulator and I would like you > to review the patch.. the implementation is trivial, just mapping > it to the native fbsd call. > > the patch can be found here: http://www.vlakno.cz/~rdivacky/

[PATCH]: implementation of SIOCGIFINDEX in linuxulator

2007-11-05 Thread Roman Divacky
hi I implemented SIOCGIFINDEX in linuxulator and I would like you to review the patch.. the implementation is trivial, just mapping it to the native fbsd call. the patch can be found here: http://www.vlakno.cz/~rdivacky/linux_socket.patch I have a report that it helps some java program. please r