From owner-svn-src-all@freebsd.org Tue May 22 07:33:00 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 29E2DEEADEB for ; Tue, 22 May 2018 07:33:00 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yb0-x236.google.com (mail-yb0-x236.google.com [IPv6:2607:f8b0:4002:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A378587984 for ; Tue, 22 May 2018 07:32:59 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yb0-x236.google.com with SMTP id s8-v6so4735907ybp.11 for ; Tue, 22 May 2018 00:32:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4k+wwO5TRVvixdiRgk/oF4U8MwRxG0nD15C1O8pgxmE=; b=L+WR07Grqxu1Wn2/kHoOhXbjC/n9d5neI37rx+N+b4U4zCdZQrXf06NJxhb/4Vb0Gd oxK/hi/FMEc6cD5t0oqL5+5jLgdAF9D73xKDjPR4oLYd5KboQRhxHW6K4DzsN06Nyxwb +8+tYc9SYKgb8sP2hZTgbrVRNV+NlzOiDG6Zk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=4k+wwO5TRVvixdiRgk/oF4U8MwRxG0nD15C1O8pgxmE=; b=XbF/MM4BMkGN5uzViR3BbFWC/Wuja8w9akWgy7R4bPcKg/JZzh9KItY14sAoELPsTo cwThyJxXfTyiL+Z7uxRYCqDRdhVQahOcsQqCD0HKWdrmKvkI70NNEHemhCeAhmN6vW3G 54CETTJ9UoG59Do9ConUBdS/0oVSrMfZvrO/7KTDEtVcicIb9fsHbk1TXM4yfK+JeLvK Vlvunxf5jBlnDuhSGNjmBg2NQCaqiOxtxOisplgvhFAUMBWski29Gx/kh8RMkJJORHnk /qHdq3q/umr5gqQ3hZoDjS9Z18ruCKswCGOjnmSVYeJ3/8ZGJEIeHRwth3Qvp72b9AeU mkCA== X-Gm-Message-State: ALKqPweZa/Rt01r6bmWuGoz/txsCz1LbAmi5ABrI9Y7VfeM3g/Fwg+Mb xIpMaRaNuvfN7yDPXQBiiND4Nn+1ezDGqAx9lRlXNA== X-Google-Smtp-Source: AB8JxZpgp9mAFgmaONi/UEWi98Z3T9zvJhmHpH6/jsLnLxCS070M8ADA3bRq9IBl3nDzvZvd1XYntNY+5USZ8tc4NGc= X-Received: by 2002:a25:2605:: with SMTP id m5-v6mr8887892ybm.89.1526974378776; Tue, 22 May 2018 00:32:58 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:c709:0:0:0:0:0 with HTTP; Tue, 22 May 2018 00:32:28 -0700 (PDT) In-Reply-To: <201805210834.w4L8YAcD022948@repo.freebsd.org> References: <201805210834.w4L8YAcD022948@repo.freebsd.org> From: Eitan Adler Date: Tue, 22 May 2018 00:32:28 -0700 Message-ID: Subject: Re: svn commit: r333968 - in head/sys: netinet netinet6 To: Matt Macy Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 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: Tue, 22 May 2018 07:33:00 -0000 On 21 May 2018 at 01:34, Matt Macy wrote: > Author: mmacy > Date: Mon May 21 08:34:10 2018 > New Revision: 333968 > URL: https://svnweb.freebsd.org/changeset/base/333968 > > Log: > in(6)_mcast: Expand out vnet set / restore macro so that they work in a conditional block Why not simply add missing {} s or modifying the macro to use "do { } while(false)" ? -- Eitan Adler