ia64/xen-unstable
changeset 8996:0807931dfa54
Another tiny C89 fix.
Signed-off-by: Bruce Rogers <brogers@novell.com>
Signed-off-by: Bruce Rogers <brogers@novell.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Feb 24 16:37:09 2006 +0100 (2006-02-24) |
parents | 4f838d2ac31a |
children | 6c43118bdba8 1980e01346a7 |
files | xen/include/public/io/xs_wire.h |
line diff
1.1 --- a/xen/include/public/io/xs_wire.h Fri Feb 24 14:41:45 2006 +0000 1.2 +++ b/xen/include/public/io/xs_wire.h Fri Feb 24 16:37:09 2006 +0100 1.3 @@ -70,7 +70,7 @@ struct xsd_sockmsg 1.4 enum xs_watch_type 1.5 { 1.6 XS_WATCH_PATH = 0, 1.7 - XS_WATCH_TOKEN, 1.8 + XS_WATCH_TOKEN 1.9 }; 1.10 1.11 /* Inter-domain shared memory communications. */