=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/plugin/cmo0.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM/src/kan96xx/plugin/cmo0.h 2000/01/16 07:55:46 1.2 +++ OpenXM/src/kan96xx/plugin/cmo0.h 2000/01/31 12:32:52 1.3 @@ -1,9 +1,9 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/kan96xx/plugin/cmo0.h,v 1.2 2000/01/16 07:55:46 takayama Exp $ */ /* cmo0.h */ typedef enum {CMOINIT,CMOPUT,CMOGET,CMOFLUSH, CMOINITSTREAM,CMOGETBYTE,CMOERROR,CMOERROR2} cmoAction; -typedef unsigned long int cmoint; +typedef unsigned int cmoint; struct cmoBuffer { int size;