From owner-svn-src-stable-11@freebsd.org Mon Oct 1 17:54:28 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B767810A55A3 for ; Mon, 1 Oct 2018 17:54:28 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A7E48454F for ; Mon, 1 Oct 2018 17:54:28 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-ot1-f42.google.com with SMTP id w67so4693853ota.7 for ; Mon, 01 Oct 2018 10:54:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=R8W1dXFQBQcx1TqkE/3fOaHUben7jqonsEiD+3QIyc4=; b=skqDj8bnTaMfu/KmlJ0MAUjUIkAJMG4GC6o5tqEModqfn95dWp/3WXe2NiZDDxXknb TCCdg3Gio261zCBb7bqQ6BNEh1mkIdHd6+RchQNI1lkHrIUmocs6WHmuwr6GDn/pUkGF TSHC5bsZ4KRysZy0E4UFIiFAo8lRL95SjhNK/G9waJu8+swqxWeJItN2GZNbcQmGPPkv aNmYj6i1zUc8GPdqb9TOvIE555EQQnZsH7cVmixm8UBovmTX9mYVspIQDClLmwKvWH41 GnC5wgQKXDw8KSzvWt5pmUgQPd1wYVAdVUJli0B7uTIGDzQqEQaTfD/g7ZL/FyTWqmYF h79Q== X-Gm-Message-State: ABuFfogRSr8L4QzUSv75IoLK+PWRZgBttTgCY/bX3cThAtVB19hx3ogc wbx+8V06tsdleP9rHze2y1CARPUlBPylSlBeGzw3xg== X-Google-Smtp-Source: ACcGV61VEKog5hUluQBxsqFwLCITNe5LDBXwBwQ0shlA5UU17P+zuw70P85lDnQHYki19MYuKAO9B3uU9CrExV/A54M= X-Received: by 2002:a9d:26c3:: with SMTP id i3-v6mr7450532otd.350.1538414867757; Mon, 01 Oct 2018 10:27:47 -0700 (PDT) MIME-Version: 1.0 References: <201809121852.w8CIqJrm046105@repo.freebsd.org> In-Reply-To: From: Maxim Sobolev Date: Mon, 1 Oct 2018 10:27:36 -0700 Message-ID: Subject: Re: 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 To: Alan Somers Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2018 17:54:28 -0000 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 wrote: > On Wed, Sep 12, 2018 at 12:52 PM Maxim Sobolev > 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 >