diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-03-10 01:01:04 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-03-10 01:01:04 +0000 |
| commit | 846840ba95f97fb34c3fc56c76aa4e2e1531ddab (patch) | |
| tree | 123bf12dbf10198d9fac921be47480b262dbbe89 | |
| parent | 0235bf026125c4f3e5e890582bd0b7da14595534 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/in_pcb.c | 2 | ||||
| -rw-r--r-- | sys/netinet/in_var.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 260affe3de2c..26b91a31777b 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -83,8 +83,6 @@ #include <netipsec/key.h> #endif /* FAST_IPSEC */ -struct in_addr zeroin_addr; - /* * These configure the range of local port addresses assigned to * "unspecified" outgoing connections/packets/whatever. diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index 9adc0b4f2681..d8d6173b14a6 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -83,7 +83,6 @@ struct in_aliasreq { #ifdef _KERNEL -extern struct in_addr zeroin_addr; extern u_char inetctlerrmap[]; /* |
