From owner-svn-src-all@freebsd.org Mon Oct 1 21:23:55 2018 Return-Path: Delivered-To: svn-src-all@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 5683C10AB0B3 for ; Mon, 1 Oct 2018 21:23:55 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) (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 DB3E58DD24 for ; Mon, 1 Oct 2018 21:23:54 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-ot1-f66.google.com with SMTP id j9-v6so14722480otl.2 for ; Mon, 01 Oct 2018 14:23:54 -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=Qz6pTuBu4d4AS0k6cfLwYxMw4HgLZO5pz0y5LJ2fTqqokzZzETscZfHA21lj5xyoRV Ok1YwNJxjl/Cpgo7g2Na4xy8ZywNIjJGRFgvCMOiGXQhH1bv0RZMzQ1VRjMxn4Rl20qE boCI76Fkvx27VMwcfnAlbVtn5fqObed2X66LGoWUky+WSPRwOCqSp4AZ95O5n9XjULKj /C8LV9sjQW754b5A5whPVXrsvHw37Ue3Dv1JDDGVfHBuEb0BlOqxx1R/WhfENRsCoNCx 1boGelCdZM3FXr23FVZ8xOPCzU3e9LXX9xdJtL/lb9gQ/DXXcT+82us54NZF3wMj+k0x BHnw== X-Gm-Message-State: ABuFfojG0aBZKMzVy+MTH0NRRwPT6VdHtfBwxc3QvzyVWp7VVYAFJlqt VMIqmFrFGwGAv9beYrgjlb7510WoW8Ib8kGWOc/DA9MV6bVQyQ== 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-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2018 21:23:55 -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 >