> Line 226-227 are: > #define IPOPTSIZE (sizeof(struct ip_options)) > int ipoptsz = IPOPTSIZE;
Sendmail had this same issue. The plain answer is, ip_options is no longer defined in libc headers. The long answer is, from the ChangeLog, it seems it was not supposed to be used. Sendmail has since changed to using a different mechanism (check the latest version). Ben -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

