summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index c8c1d03..ab9591b 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -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,
},
OpenPOWER on IntegriCloud