Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-7] src



On Fri, Sep 25, 2015 at 11:46:57PM -0700, John Nemeth wrote:
> } -#define	__NetBSD_Version__	700000001	/* NetBSD 7.0_RC3 */
> } +#define	__NetBSD_Version__	700000001	/* NetBSD 7.0 */
> 
>      Shouldn't the number just be 700000000?  I just checked 6.0
> and see that it is 600000000.  Why is there a "1" on the end?

The libc ABI changed on the branch:

share/man/man4/tcp.4                            1.30
sys/netinet/tcp.h                               1.31
sys/netinet/tcp_input.c                         1.336
sys/netinet/tcp_output.c                        1.180
sys/netinet/tcp_subr.c                          1.258
sys/netinet/tcp_usrreq.c                        1.203
sys/netinet/tcp_var.h                           1.176-1.177
sys/sys/param.h                                 (bump revision)

        Port over the TCP_INFO socket option from FreeBSD, originally from
        the Linux 2.6 TCP API.  This permits the caller to query certain
        information about a TCP connection.
        [he, ticket #530]

Martin


Home | Main Index | Thread Index | Old Index