diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-07-30 11:06:42 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-07-30 11:06:42 +0000 |
| commit | 218cbbea9a4ff5953d6c1b87438a876388b5a181 (patch) | |
| tree | f9bf5e42e9c6d203db78a053255c80161fd541e3 /usr.bin/netstat | |
| parent | ef2c8992b59347241812e05802157d725a54bc46 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/ipx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index dad5ae88db0b..893dc75b1cdf 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$"); #include <net/route.h> +#define TCPSTATES #include <netinet/tcp_fsm.h> #include <netipx/ipx.h> @@ -72,8 +73,6 @@ __FBSDID("$FreeBSD$"); static char *ipx_prpr (struct ipx_addr *); -extern char *tcpstates[]; - /* * Print a summary of connections related to a Network Systems * protocol. For SPX, also give state of connection. |
