svn commit: r338617 - in stable/11: lib/libc/sys sys/compat/freebsd32 sys/kern sys/netinet sys/netinet6 sys/sys tools/regression/sockets/udp_pingpong tools/regression/sockets/unix_cmsg

Alan Somers asomers at freebsd.org
Mon Oct 1 17:59:24 UTC 2018


Everything's working fine now.  Thanks for the quick turnaround.

On Mon, Oct 1, 2018 at 11:51 AM Maxim Sobolev <sobomax at freebsd.org> wrote:

> Thanks Alan, should be fixed now in r339066. Please let me know if you
> still have any issues.
>
> -Max
>
> On Mon, Oct 1, 2018 at 8:31 AM Alan Somers <asomers at freebsd.org> wrote:
>
>> On Wed, Sep 12, 2018 at 12:52 PM Maxim Sobolev <sobomax at freebsd.org>
>> wrote:
>>
>>> Author: sobomax
>>> Date: Wed Sep 12 18:52:18 2018
>>> New Revision: 338617
>>> URL: https://svnweb.freebsd.org/changeset/base/338617
>>>
>>> Log:
>>>   MFC r312296 and r323254, which is new a socket option
>>>   SO_TS_CLOCK to pick from several different clock sources to
>>>   return timestamps when SO_TIMESTAMP is enabled and two
>>>   new nanosecond-precision timestamp types. This also fixes
>>>   recvmsg32() system call to properly down-convert layout of the
>>>   64-bit structures to match what 32-bit app(s) expect.
>>>
>>>   Bump __FreeBSD_version to indicate presence of a new
>>>   functionality.
>>>
>>>   Differential Revision:        https://reviews.freebsd.org/D9171
>>>
>>> Added:
>>>   stable/11/tools/regression/sockets/udp_pingpong/
>>>      - copied from r312296, head/tools/regression/sockets/udp_pingpong/
>>> Modified:
>>>   stable/11/lib/libc/sys/getsockopt.2
>>>   stable/11/sys/compat/freebsd32/freebsd32.h
>>>   stable/11/sys/compat/freebsd32/freebsd32_misc.c
>>>   stable/11/sys/kern/uipc_socket.c
>>>   stable/11/sys/kern/uipc_usrreq.c
>>>   stable/11/sys/netinet/ip_input.c
>>>   stable/11/sys/netinet6/ip6_input.c
>>>   stable/11/sys/sys/param.h
>>>   stable/11/sys/sys/socket.h
>>>   stable/11/sys/sys/socketvar.h
>>>   stable/11/tools/regression/sockets/unix_cmsg/Makefile
>>>   stable/11/tools/regression/sockets/unix_cmsg/unix_cmsg.c
>>> Directory Properties:
>>>   stable/11/   (props changed)
>>>
>>
>> This change broke the build of tools/regression/sockets/unix_cmsg on
>> stable/11.  It looks like you need to MFC r309554 first.
>>
>>  unix_cmsg.c:55:10: fatal error: 'uc_common.h' file not found
>> #include "uc_common.h"
>>          ^~~~~~~~~~~~~
>> 1 error
>> generated.
>>
>> *** Error code 1
>>
>> Stop.
>>
>> -Alan
>>
>


More information about the svn-src-stable-11 mailing list