From owner-svn-src-all@freebsd.org Sat Jan 27 06:03:13 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 54F78EDF07F; Sat, 27 Jan 2018 06:03:13 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-io0-f172.google.com (mail-io0-f172.google.com [209.85.223.172]) (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 DB4A078012; Sat, 27 Jan 2018 06:03:12 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-io0-f172.google.com with SMTP id 25so2609670ioj.9; Fri, 26 Jan 2018 22:03:12 -0800 (PST) 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=DflbTH1oLZuhHbUVDexamXBbf4iDhaG7GBxZIdrzu3k=; b=S3l3a++TS+iRSe6jj0PdE+O7zFk2C2Z4nU49EGHYgHdDhynN9wQUKqlmp+xC/+lqP2 uv74yiC9+EJNGcGPuKLazwTft9+1i8ll9TsF4kSjZDpzrnzUhGSSVbkx/b14XAWhEq4X MLAKEuLWwPXTZieuEr2Ofv8Tv2t4qBnB+dGulNErHJZKFzYGjmkbFrkuMJeqfQV/ggUx FS2tPvre/6QwwZHrkUJmiBmmr4lAYuO0CCPXMJrdHz98Js856mwBRz0R6rLmDQ32QU/8 TOliePEGdnwtDndtifAtymlJEyNl8162QBsU+3XFw8/XVvm0NH7GZ/jxm7dCdX3S4pGR nhGA== X-Gm-Message-State: AKwxytf9qexrO9/KEVHHM9nVYUXud0SGMzcTnseaYbvo2HP4H1oe4S/E DIr7DEsLs1j3JruEH0m2KxZ2HaiR X-Google-Smtp-Source: AH8x227tDPs3/oiWsKl6wzWwQZCuPpKnCugFUGJCEzQ67OBIqi/QZ/Kj7O3h7YnkNv1HYRbg3SsFeA== X-Received: by 10.107.52.73 with SMTP id b70mr19485400ioa.60.1517032986389; Fri, 26 Jan 2018 22:03:06 -0800 (PST) Received: from mail-it0-f52.google.com (mail-it0-f52.google.com. [209.85.214.52]) by smtp.gmail.com with ESMTPSA id h73sm2983409itb.21.2018.01.26.22.03.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Jan 2018 22:03:06 -0800 (PST) Received: by mail-it0-f52.google.com with SMTP id w14so4036932itc.3; Fri, 26 Jan 2018 22:03:05 -0800 (PST) X-Received: by 10.36.52.8 with SMTP id z8mr18646167itz.130.1517032985667; Fri, 26 Jan 2018 22:03:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.157.12 with HTTP; Fri, 26 Jan 2018 22:02:45 -0800 (PST) In-Reply-To: <201801262356.w0QNu796087146@repo.freebsd.org> References: <201801262356.w0QNu796087146@repo.freebsd.org> From: Kyle Evans Date: Sat, 27 Jan 2018 00:02:45 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r328455 - in head/sys/cam: . scsi To: Scott Long 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.25 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: Sat, 27 Jan 2018 06:03:13 -0000 On Fri, Jan 26, 2018 at 5:56 PM, Scott Long wrote: > Author: scottl > Date: Fri Jan 26 23:56:07 2018 > New Revision: 328455 > URL: https://svnweb.freebsd.org/changeset/base/328455 > > Log: > Move CAM_PERIPH_PRINT() to cam_periph.h > > Modified: > head/sys/cam/cam_periph.h > head/sys/cam/scsi/scsi_da.c > Hi, This seems to have broken the build, because [1] still exists and conflicts with the definition now in cam_periph.h. See [2] for the build log. Thanks, Kyle Evans [1] https://svnweb.freebsd.org/base/head/sys/cam/scsi/scsi_da.c?view=markup&pathrev=328455#l1514 [2] https://ci.freebsd.org/job/FreeBSD-head-amd64-build/6960/console