diff options
| author | simonb <simonb@NetBSD.org> | 2000-03-30 02:35:24 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2000-03-30 02:35:24 +0000 |
| commit | c2693b78a0fd060d7828b0774bbda9dbe8bfa3bb (patch) | |
| tree | a97fc586e3f29c5f26a9d51d60a696a68bd84bc3 /sys/netinet/ip_input.c | |
| parent | d1fd2a6b54e80373a335558be0cc76d66ce25c0f (diff) | |
Delete uninitialised declaration of ip_defttl - there's an initialised
decl earlier in this file.
Diffstat (limited to 'sys/netinet/ip_input.c')
| -rw-r--r-- | sys/netinet/ip_input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index b1e042ca8e3..99c9849f4e9 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.107 2000/03/10 22:39:03 thorpej Exp $ */ +/* $NetBSD: ip_input.c,v 1.108 2000/03/30 02:35:24 simonb Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -200,7 +200,6 @@ struct in_ifaddrhashhead *in_ifaddrhashtbl; struct ifqueue ipintrq; struct ipstat ipstat; u_int16_t ip_id; -int ip_defttl; struct ipqhead ipq; int ipq_locked; |
