Date: Wed, 09 Aug 2000 00:12:21 +0900 From: Jun-ichiro itojun Hagino <itojun@iijlab.net> To: sheldonh@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/20473: socket(AF_INET, SOCK_RAW, 4) no longer works Message-ID: <200008081512.e78FCLc05963@itojun.org> In-Reply-To: sheldonh's message of Tue, 08 Aug 2000 02:43:04 MST. <200008080943.CAA24540@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
does it fix the issue?
itojun
Index: in_proto.c
===================================================================
RCS file: /cvsroot/kame/kame/freebsd4/sys/netinet/in_proto.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -c -1 -r1.4 -r1.5
*** in_proto.c 2000/08/05 11:46:54 1.4
--- in_proto.c 2000/08/08 15:11:51 1.5
***************
*** 165,167 ****
encap_init, 0, 0, 0,
! &nousrreqs
},
--- 165,167 ----
encap_init, 0, 0, 0,
! &rip_usrreqs
},
***************
*** 172,174 ****
0, 0, 0, 0,
! &nousrreqs
},
--- 172,174 ----
0, 0, 0, 0,
! &rip_usrreqs
},
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008081512.e78FCLc05963>
