Re: [Qemu-devel] [PATCH] virtio-9p-handle: define AT_EMPTY_PATH if needed

2012-06-06 Thread Serge Hallyn
Quoting Aneesh Kumar K.V (aneesh.ku...@linux.vnet.ibm.com): > Serge Hallyn writes: > > > If AT_EMPTY_PATH is not in one of the included files, go ahead and > > define it. qemu won't compile on ubuntu for me without this. > > > > (Note - alternatively we could #include to pick > > up the definit

Re: [Qemu-devel] [PATCH] virtio-9p-handle: define AT_EMPTY_PATH if needed

2012-06-06 Thread Aneesh Kumar K.V
Serge Hallyn writes: > If AT_EMPTY_PATH is not in one of the included files, go ahead and > define it. qemu won't compile on ubuntu for me without this. > > (Note - alternatively we could #include to pick > up the definitions there) Then why don't we do that ? I do get the below errors In fil