From owner-svn-src-head@freebsd.org Wed Feb 21 18:52:16 2018 Return-Path: Delivered-To: svn-src-head@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 360F2F1F8A4; Wed, 21 Feb 2018 18:52:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (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 B98006BC36; Wed, 21 Feb 2018 18:52:15 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x234.google.com with SMTP id p78so3180429iod.13; Wed, 21 Feb 2018 10:52:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=FWgx1El6t8W0mz9PLcPoi0oKLBJeuzB0Qv/O5f9/jGI=; b=dso+FT3loBSBqpxF2GKfXcVNWMTSleYhLvbuUPNqmgbIAAfh7HtT+jCMydwYEW9UP0 aRtpijlkqHHly6q1BCTSQBHwkikaE0+S6k6+yxELXNaOcsrRVZ4+aADhZjuefg3g4wu8 WS96oHTeUuxApXj2xjNYZnG/AbDH+aIS6E5NOqFPTU0AeONBUpfb5GfrFUoxhAlHKdhV TRZiTORh++qVYvm8jjKRzBpx5RY3+OnYCsrQ964kLJ1ZvoIoDuDHxMoD2yfFX2N0Ql4L dhcuBXUP0nuDXH9LNtrjRq8ruvagl9BfNH1bms9LynhbF8o07wxbz+4Fp2dYMdbftTOK RULQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=FWgx1El6t8W0mz9PLcPoi0oKLBJeuzB0Qv/O5f9/jGI=; b=iLlowYPRZRRKs+dnwTI2XZIfUY/kR7aM/izvKzPQww2gjVEIAF0fkad1S3vK12IoVF veX+HJaXtQ4Fp6kChONIqlw2+nNLEx8ajkijx4Ixqi0sEafL+x0lwkXsNt5IWIvS9FXU Yo/jgiwwzGueWrBgdaAl6A827LYZxF+cz3PKeqFQhJd6Yg2/5hQCPNXjcTQMS5vWAULC mrrUEjnEA6C52KsUMCwm9iBOqsXfVY+CNruF6rtqklricQguRiHr0GtjoBDmK7PtE9Qy oZ+pvZMnXWjpGOFb2DegdbSEkrIbvhc9p1Wa9cGcs3rYJVu3ErRwG7yGskuGBD9BSOlx YJkQ== X-Gm-Message-State: APf1xPA3QP58nNgcfHuEkpm/QTXa8fbQ8dSaszqb7Az8L8NPpR6E4D/x knZZKTwD1RxqAwwDO/sjGs2Rajsw3xedbcOptcU6Cx1E X-Google-Smtp-Source: AG47ELuE51qcLVIku//cYeCRyB/t0ft4haiXAPKybF9valk8vN3kzC91OhTfQJzVrdkY8TXx2RCKII29ctNcox+M3LM= X-Received: by 10.107.31.213 with SMTP id f204mr5531428iof.288.1519239135033; Wed, 21 Feb 2018 10:52:15 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.28.73 with HTTP; Wed, 21 Feb 2018 10:51:54 -0800 (PST) In-Reply-To: <201802211810.w1LIApvC012656@repo.freebsd.org> References: <201802211810.w1LIApvC012656@repo.freebsd.org> From: Ed Maste Date: Wed, 21 Feb 2018 13:51:54 -0500 X-Google-Sender-Auth: BMlhXNk5kUbeu1jY29nIvheOFgQ Message-ID: Subject: Re: svn commit: r329737 - head/stand/i386/boot2 To: Benno Rice Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2018 18:52:16 -0000 On 21 February 2018 at 13:10, Benno Rice wrote: > Author: benno > Date: Wed Feb 21 18:10:50 2018 > New Revision: 329737 > URL: https://svnweb.freebsd.org/changeset/base/329737 > > Log: > Purely whitespace changes bringing this file closer to style(9). > > Curiously, changing whitespace seems to cause the md5 of the .o files to differ > these days hence the following testing strategy: sysutils/py-diffoscope can aid in finding the source of the differences. If you still have old and new .o files around you can try it online at https://try.diffoscope.org/ .