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

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

2012-02-24 Thread Serge Hallyn
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) Signed-off-by: Serge Hallyn --- hw/9pfs/virtio-9p-handle.c |9 + 1 files change