summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-04-18 15:41:51 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-04-18 15:41:51 +0000
commitdbe4b3f02672d31de1a81b67f068ffe145bcb7e9 (patch)
tree27685c7ab507a60e4e8e4facfcfb3f7247fb37f2
parent2eba88186e28f28d9e675b9242c7ee14b802928e (diff)
Notes
-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 bb21675f0995..ded6e48ccf31 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
},