K 10 svn:author V 2 bz K 8 svn:date V 27 2007-12-02T10:17:30.000000Z K 7 svn:log V 252 MFC: rev. 1.144 sys/netinet/tcp_output.c Let opt be an array. Though &opt[0] == opt == &opt, &opt is highly confusing and hard to understand so change it to just opt and remove the extra cast no longer/not needed. Approved by: re (kensmith) END