So, ip_output.c contains the following:
#ifdef vax
#include <machine/mtpr.h>
#endif
...
#ifndef vax
if (m->m_len % sizeof(int32_t))
goto bad;
#endif
and maybe it would be the case to remove the first block and the
conditionals on the second one. I don't think we plan a port to the
vax, am i wrong ?
udp_var.h contains a definition of "struct udpcb" and "inptoudpcb()"
which are never used anywhere. Again if there are no objections i
would like to nuke them.
cheers
luigi
----------------------------------+-----------------------------------------
Luigi RIZZO, [EMAIL PROTECTED] . ACIRI/ICSI (on leave from Univ. di Pisa)
http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704
Phone: (510) 666 2927
----------------------------------+-----------------------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message