Searched hist:"71 f4effce79ec0485586963ea764f2c212c72f26" (Results 1 – 3 of 3) sorted by relevance
/qemu/net/ |
H A D | tap-linux.h | ed7193ec1dfe201549388789f5bbfe8598fcaf31 Fri Oct 30 21:45:20 UTC 2009 Anthony Liguori <aliguori@us.ibm.com> Unbreak Linux build
commit 71f4effce79ec0485586963ea764f2c212c72f26 Author: Alexander Graf <agraf@suse.de> Date: Fri Oct 30 22:27:00 2009 +0100
Unbreak tap compilation on OS X
Broke the build on Linux due to a bad #if guard
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> 71f4effce79ec0485586963ea764f2c212c72f26 Fri Oct 30 21:27:00 UTC 2009 Alexander Graf <agraf@suse.de> Unbreak tap compilation on OS X
Currently compiling the tap sources breaks on Mac OS X. This is because of:
1) tap-linux.h requiring Linux includes 2) typos 3) missing #includes
This patch adds what's necessary to compile tap happily on Mac OS X. I haven't tested if using tap actually works, but I don't think that's a major issue as that code was probably seriously untested before already.
I didn't split the patch, because it's only a few lines of code and splitting is probably not worth the effort here.
Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | tap-bsd.c | 71f4effce79ec0485586963ea764f2c212c72f26 Fri Oct 30 21:27:00 UTC 2009 Alexander Graf <agraf@suse.de> Unbreak tap compilation on OS X
Currently compiling the tap sources breaks on Mac OS X. This is because of:
1) tap-linux.h requiring Linux includes 2) typos 3) missing #includes
This patch adds what's necessary to compile tap happily on Mac OS X. I haven't tested if using tap actually works, but I don't think that's a major issue as that code was probably seriously untested before already.
I didn't split the patch, because it's only a few lines of code and splitting is probably not worth the effort here.
Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | tap.c | 71f4effce79ec0485586963ea764f2c212c72f26 Fri Oct 30 21:27:00 UTC 2009 Alexander Graf <agraf@suse.de> Unbreak tap compilation on OS X
Currently compiling the tap sources breaks on Mac OS X. This is because of:
1) tap-linux.h requiring Linux includes 2) typos 3) missing #includes
This patch adds what's necessary to compile tap happily on Mac OS X. I haven't tested if using tap actually works, but I don't think that's a major issue as that code was probably seriously untested before already.
I didn't split the patch, because it's only a few lines of code and splitting is probably not worth the effort here.
Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|