ia64/xen-unstable
changeset 3785:2c95c08ed850
bitkeeper revision 1.1177 (420c0fadBy7s1H_BwU5gDKjAg1MBFw)
Cleanup cleanups.
Signed-off-by: chris@xensource.com
Cleanup cleanups.
Signed-off-by: chris@xensource.com
author | cl349@arcadians.cl.cam.ac.uk |
---|---|
date | Fri Feb 11 01:51:41 2005 +0000 (2005-02-11) |
parents | 554a3a18069d |
children | 87ebc14decdb 9877b62b4f26 ce2496aed8c9 |
files | xen/include/xen/types.h |
line diff
1.1 --- a/xen/include/xen/types.h Thu Feb 10 22:58:57 2005 +0000 1.2 +++ b/xen/include/xen/types.h Fri Feb 11 01:51:41 2005 +0000 1.3 @@ -26,7 +26,6 @@ typedef unsigned short ushort; 1.4 typedef unsigned int uint; 1.5 typedef unsigned long ulong; 1.6 1.7 -#if 0 1.8 #ifndef __BIT_TYPES_DEFINED__ 1.9 #define __BIT_TYPES_DEFINED__ 1.10 1.11 @@ -43,7 +42,6 @@ typedef __u8 uint8_t; 1.12 typedef __u16 uint16_t; 1.13 typedef __u32 uint32_t; 1.14 typedef __u64 uint64_t; 1.15 -#endif 1.16 1.17 1.18 struct domain;