From owner-svn-src-all@FreeBSD.ORG Sun May 17 15:32:57 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22817CD5; Sun, 17 May 2015 15:32:57 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (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 9BEC81C42; Sun, 17 May 2015 15:32:56 +0000 (UTC) Received: by lagv1 with SMTP id v1so186162625lag.3; Sun, 17 May 2015 08:32:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ziZfVm3N9UNOnV11xRn5WPR52f6d5Gf+flIxbgJJyYs=; b=DuS/FZHNLpZnymKjqmaZsCNHuIYKsqYu3Ykgpb5RR0Dl1PCvQB0m+vCCKbljnHVclK 01GrtN8UwdnRtTxiSYyiQmpss81AxuQhLGXmR6uiCItKYPn6OfNM2g6KWuAyzKwLcGUe Y9ZOmEBS7nnVlgDse92Oljyi9J4fqzothnNFAgyXrOCU2e9FnJ8NeuGw7KCgDphBlieD On3nHt6CYbMGd6+8NSlGfwiOoDVVMg9mThj0Qti4y2DOr5LgoRrE+7AXBXPU7BKUb78z hEYS/cy3XrfZWnV7KtNBNf2sG/7Fdt26GkoRFtyFuN+e8pNcCXrcd5TRpFC8xfb55+3E N+5Q== MIME-Version: 1.0 X-Received: by 10.112.188.194 with SMTP id gc2mr14208081lbc.25.1431876774379; Sun, 17 May 2015 08:32:54 -0700 (PDT) Sender: zbodek@gmail.com Received: by 10.112.55.42 with HTTP; Sun, 17 May 2015 08:32:54 -0700 (PDT) In-Reply-To: References: <201505151825.t4FIPnxJ099637@svn.freebsd.org> Date: Sun, 17 May 2015 17:32:54 +0200 X-Google-Sender-Auth: 013wv4reT5fYfdyyYdDrh3_PIT8 Message-ID: Subject: Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm From: Zbigniew Bodek To: Adrian Chadd Cc: "src-committers@freebsd.org" , "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.20 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: Sun, 17 May 2015 15:32:57 -0000 Hmmm...(facepalm). Sorry... I did not check the patch for DOS newlines -_-' (I guess I will need to start doing so starting from now). Nevertheless I can't see any ^Ms in files now (ff=unix doesn't show anything and dos2unix did not change the files). As far as I can see bz@ fixed the only DOS newlines committed. How is it possible that you still see them in files? Sorry again and best regards zbb 2015-05-17 3:45 GMT+02:00 Adrian Chadd : > Did you commit files with DOS newlines in them? :) > > tsk tsk tsk tsk tsk. I think should fix that.. > > > -adrian