[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help getting netwatch in netdiag to build on woody



> 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   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'



Reply to: