|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] This patch allows for compilation with C89 era compilers
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 5e73c92e5f1fcaae0de27dda229355a7ac848306
# Parent 407a50974a4676470723179122784fa6a7b15890
This patch allows for compilation with C89 era compilers, by removing the
trailing comma from an enum, which was not part of the C89 spec.
Signed-off-by: Bruce Rogers <brogers@xxxxxxxxxx>
diff -r 407a50974a46 -r 5e73c92e5f1f xen/include/public/io/xs_wire.h
--- a/xen/include/public/io/xs_wire.h Fri Feb 24 07:27:05 2006
+++ b/xen/include/public/io/xs_wire.h Fri Feb 24 07:28:04 2006
@@ -54,7 +54,7 @@
XSD_ERROR(EROFS),
XSD_ERROR(EBUSY),
XSD_ERROR(EAGAIN),
- XSD_ERROR(EISCONN),
+ XSD_ERROR(EISCONN)
};
struct xsd_sockmsg
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] This patch allows for compilation with C89 era compilers, by removing the,
Xen patchbot -unstable <=
|
|
|
|
|