or just write a macro #define u_in8_t uin8_t
Yaroslav Nedumov wrote: > Thanks! I change all occurrences of "u_int[0-9]*_t" in source and gmake > success! >> 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. >> > > _______________________________________________ > Flow-tools mailing list > [EMAIL PROTECTED] > http://mailman.splintered.net/mailman/listinfo/flow-tools > -- ------------------------------------------------------- William Emmanuel S. Yu Department of Information Systems and Computer Science Ateneo de Manila University email : wyu at ateneo dot edu blog : http://hip2b2.yutivo.org/ web : http://CNG.ateneo.edu/cng/wyu/ phone : +63(2)4266001 loc. 4186 GPG : http://CNG.ateneo.net/cng/wyu/wyy.pgp Confidentiality Issue: This message is intended only for the use of the addressee and may contain information that is privileged and confidential. If you are not the intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by reply and delete this message from your system. _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
