From owner-svn-src-head@FreeBSD.ORG Sat May 24 20:21:56 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 961CCAD7 for ; Sat, 24 May 2014 20:21:56 +0000 (UTC) Received: from mail-qc0-f176.google.com (mail-qc0-f176.google.com [209.85.216.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5559F2A95 for ; Sat, 24 May 2014 20:21:55 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id r5so10284106qcx.35 for ; Sat, 24 May 2014 13:21:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=4aG8IoLfdxS1Ifp83BBScGxrlco83pQ920GPW1/m2uk=; b=OI9RC948nEuNdqbwrjA1rYwSFdl+8CGzzs+qfLk63nP3YuqWf+y+Jg24/Wnh8fKcc4 P4a29qeWIS9Bm3IO0fOEA7j6ptL279/SWENCLohxmQPJ3ZPkL7T3vYIa0avpXCG+G0l8 rkAntDruaVm+vwqmqEjAZxfNk5EoFHNmEn5hk+oVi+zZXodsMkUHrjbBo1D17BdlFvp/ /Zn5oY4Kx6IgAD7ElaujuQVACkSG9h1Dl1QhfoNXX/c0VDUmAJ+Utr5ngn9axHxOuHcZ QVXmX6Hk2s9APDbj5tYisU1WLiyM0goDIiylOsWhhI5n0cQwzALxlgWzJgR+/xokxsWS l0ww== X-Gm-Message-State: ALoCoQnTHATJYOuPTgWKs5eOHGL00YDoWBj1SQHRatfwLtc9fBfPv+PNX4v5KHA2E78h3wANKw7C X-Received: by 10.224.130.196 with SMTP id u4mr14800158qas.13.1400962460237; Sat, 24 May 2014 13:14:20 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Sat, 24 May 2014 13:14:00 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: <201405230846.s4N8kSK1012870@svn.freebsd.org> References: <201405230846.s4N8kSK1012870@svn.freebsd.org> From: Julio Merino Date: Sat, 24 May 2014 16:14:00 -0400 X-Google-Sender-Auth: SBsnb49sSjEK57ijchSD6xIp4yI Message-ID: Subject: Re: svn commit: r266581 - in head: etc/mtree include lib/libcuse sys/conf sys/fs/cuse sys/modules/cuse To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 24 May 2014 20:21:56 -0000 On Fri, May 23, 2014 at 4:46 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri May 23 08:46:28 2014 > New Revision: 266581 > URL: http://svnweb.freebsd.org/changeset/base/266581 > > Modified: head/etc/mtree/BSD.include.dist > ============================================================================== > --- head/etc/mtree/BSD.include.dist Fri May 23 08:34:30 2014 (r266580) > +++ head/etc/mtree/BSD.include.dist Fri May 23 08:46:28 2014 (r266581) > @@ -162,6 +162,8 @@ > .. > .. > fs > + cuse > + .. > devfs > .. > fdescfs A tab sneaked in via those lines. Please fix.