mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)
This commit is contained in:
parent
161e125cb3
commit
d7e74838d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16548
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
|
||||
* $Id: in_proto.c,v 1.29 1996/04/26 18:30:52 wollman Exp $
|
||||
* $Id: in_proto.c,v 1.30 1996/05/08 04:34:03 gpalmer Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -156,7 +156,7 @@ struct protosw inetsw[] = {
|
||||
#endif
|
||||
#ifdef NSIP
|
||||
{ SOCK_RAW, &inetdomain, IPPROTO_IDP, PR_ATOMIC|PR_ADDR,
|
||||
idpip_input, rip_output, nsip_ctlinput, 0,
|
||||
idpip_input, 0, nsip_ctlinput, 0,
|
||||
rip_usrreq,
|
||||
0, 0, 0, 0,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user