found 311840 0.0.20040403-2 thanks Hi,
Your diff also changed: -#define MASK_WORD_TYPE unsigned long int +#define MASK_WORD_TYPE unsigned int Now you basicly changed the type to a 32 bit integer again, since on all 64 bit arches in Debian, and int is still 32 bit, while a long is 64 bit. Either you keep that change, and undo my patch, or you undo that change. I suggest you make it an unsigned long int again. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]