diff --git a/freebsd-userspace/commands/usr.bin/netstat/main.c b/freebsd-userspace/commands/usr.bin/netstat/main.c index b1a3776c..1c2461b0 100644 --- a/freebsd-userspace/commands/usr.bin/netstat/main.c +++ b/freebsd-userspace/commands/usr.bin/netstat/main.c @@ -550,7 +550,7 @@ static int rtems_shell_main_netstat(int argc, char *argv[]) ip6protox[i].pr_istats = NULL; ip6protox[i].pr_name = "tcp"; ip6protox[i].pr_usesysctl = 1; - ip6protox[i].pr_protocol = ; + ip6protox[i].pr_protocol = IPPROTO_TCP; i++; ip6protox[i].pr_index = N_UDBINFO; ip6protox[i].pr_sindex = N_UDPSTAT;