Re: [PATCH] virtio: don't expose u16 in userspace api

2013-05-05 Thread David Miller
From: Stephen Hemminger Date: Fri, 3 May 2013 17:49:41 -0700 > Programs using virtio headers outside of kernel will no longer > build because u16 type does not exist in userspace. All user ABI > must use __u16 typedef instead. > > Bug introduce by: > commit 986a4f4d452dec004697f667439d27c3fda9

[PATCH] virtio: don't expose u16 in userspace api

2013-05-03 Thread Stephen Hemminger
Programs using virtio headers outside of kernel will no longer build because u16 type does not exist in userspace. All user ABI must use __u16 typedef instead. Bug introduce by: commit 986a4f4d452dec004697f667439d27c3fda9c928 Author: Jason Wang Date: Fri Dec 7 07:04:56 2012 + vir