9 * 32 bit integers are different types on various architectures
10 * XXX THE CORRECT WAY TO DO THIS IS:
11 * XXX (1) convert to _t form for all uses,
12 * XXX (2) define the _t's here (or somewhere)
13 * XXX if !defined(__BIT_TYPES_DEFINED__)
16 typedef int32_t int32
;
17 typedef u_int32_t u_int32
;
24 typedef unsigned char byte
;
27 #endif /* BPTYPES_H */