Yaroslav Nedumov writes: [Hundreds of uninteresting lines deleted] > /usr/sfw/bin/gcc -I. -I./lib -I. -I. -I. -g -Wall -g -Wall -c `test -f > 'ftxlate.c' || echo './'`ftxlate.c > ftxlate.c:69: error: syntax error before "u_int8_t"
The code should use uint8_t rather than u_int8_t. Both work on Linux, but Solaris only knows the ISO C9X "<stdint.h>" types such as uint8_t. -- Simon. _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
