summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1996-06-20 17:52:32 +0000
committerfenner <fenner@FreeBSD.org>1996-06-20 17:52:32 +0000
commit0f52bd5cc8f1e74e89612834f46148b97a43991e (patch)
tree340c3f380529604fe2132018601b0e4b6ec4736e /sys/netinet/in_proto.c
parent5714dd98d01addb2da0c8df5001a897c6c98cdfb (diff)
downloadFreeBSD-src-0f52bd5cc8f1e74e89612834f46148b97a43991e.zip
FreeBSD-src-0f52bd5cc8f1e74e89612834f46148b97a43991e.tar.gz
Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)
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