bz 2007-12-02 10:17:30 UTC FreeBSD src repository
Modified files: (Branch: RELENG_7) sys/netinet tcp_output.c Log: 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) Revision Changes Path 1.141.2.1 +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]"