remove OUdphdr stuff from ip.h. apply last. Notes: Mon May 7 11:42:46 EDT 2007 geoff already done; see sources. Reference: /n/sources/patch/sorry/no-oudp-ip.h Date: Sun May 6 21:31:18 CES 2007 Signed-off-by: quanstro@quanstro.net Reviewed-by: geoff --- /sys/include/ip.h Sun May 6 21:29:50 2007 +++ /sys/include/ip.h Sun May 6 21:29:49 2007 @@ -63,24 +63,6 @@ }; /* - * user level udp headers with control message "oldheaders". - * this is now considered obsolete. - */ -enum -{ - OUdphdrsize= 36, /* size of a OUdphdr */ -}; - -typedef struct OUdphdr OUdphdr; -struct OUdphdr -{ - uchar raddr[IPaddrlen]; /* V6 remote address */ - uchar laddr[IPaddrlen]; /* V6 local address */ - uchar rport[2]; /* remote port */ - uchar lport[2]; /* local port */ -}; - -/* * user level udp headers with control message "headers" */ enum