bz 2007-11-28 13:33:27 UTC FreeBSD src repository
Modified files: sys/netinet tcp_output.c Log: 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. Discussed with: rwatson MFC after: 3 days Revision Changes Path 1.144 +1 -1 src/sys/netinet/tcp_output.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"