diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2005-10-22 17:50:45 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2005-10-22 17:50:45 +0000 |
| commit | e5134d2e82793bbba8d2cc07a676eaa7fec42e2a (patch) | |
| tree | a7c7cd1d72e4004e765ec9836c989f8779a175c5 /usr.bin/netstat | |
| parent | 1e4b3606555e69e464ac3e5dabacd6b4d0541790 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index ef8a7b9a6fd3..5a07e3bea183 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -323,11 +323,11 @@ main(int argc, char *argv[]) #ifdef INET6 else if (strcmp(optarg, "inet6") == 0) af = AF_INET6; -#endif /*INET6*/ -#ifdef INET6 +#endif +#ifdef IPSEC else if (strcmp(optarg, "pfkey") == 0) af = PF_KEY; -#endif /*INET6*/ +#endif else if (strcmp(optarg, "unix") == 0) af = AF_UNIX; else if (strcmp(optarg, "atalk") == 0) |
