Re: plan9port: use getifaddrs(3) instead of kvm(3)

2015-12-08 Thread Martin Pieuchot
On 07/12/15(Mon) 18:51, Gleydson Soares wrote: > Hi, > > plan9/plan9port is broken after network stack changes in net/if_var.h > here is a diff that convert plan9port to use getifaddrs(3) instead of kvm(3) > in p9p auxstats. > > builds and runs fine(auxstats is incrementing

plan9port: use getifaddrs(3) instead of kvm(3)

2015-12-07 Thread Gleydson Soares
Hi, plan9/plan9port is broken after network stack changes in net/if_var.h here is a diff that convert plan9port to use getifaddrs(3) instead of kvm(3) in p9p auxstats. builds and runs fine(auxstats is incrementing and seems ok), but I would appreciate other eyes(review), // gsoares Index