kvmtool
kvmtool copied to clipboard
fix readdir_r deprecated issue in kernel 4.8 and gcc 6.2
I try to build kvm tool under kernel 4.8 and gcc 6.2 . compiler complain the readdir_r is deprecated, after port to readdir, building is fine.