summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-04-18 15:41:51 +0000
committerwollman <wollman@FreeBSD.org>1996-04-18 15:41:51 +0000
commit753262bd8ba3e739f113771685147203b978e8f0 (patch)
tree27685c7ab507a60e4e8e4facfcfb3f7247fb37f2 /sys/netinet/in_proto.c
parentde80c032c5957dd5985d78273e4d3add64ac4b19 (diff)
downloadFreeBSD-src-753262bd8ba3e739f113771685147203b978e8f0.zip
FreeBSD-src-753262bd8ba3e739f113771685147203b978e8f0.tar.gz
Fix a warning by not referencing ip_output() as a pr_output() member.
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 bb21675..ded6e48 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.26 1996/03/11 15:13:15 davidg Exp $
+ * $Id: in_proto.c,v 1.27 1996/03/26 19:16:43 fenner Exp $
*/
#include <sys/param.h>
@@ -93,7 +93,7 @@ extern struct domain inetdomain;
struct protosw inetsw[] = {
{ 0, &inetdomain, 0, 0,
- 0, ip_output, 0, 0,
+ 0, 0, 0, 0,
0,
ip_init, 0, ip_slowtimo, ip_drain
},
OpenPOWER on IntegriCloud