From owner-svn-src-head@FreeBSD.ORG Tue Sep 23 14:31:12 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 329617C7; Tue, 23 Sep 2014 14:31:12 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (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 562E16EF; Tue, 23 Sep 2014 14:31:11 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id n12so2828053wgh.35 for ; Tue, 23 Sep 2014 07:31:09 -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=OyffJ32lvZIw14B8p2uqyaphm6kCbfhUQ6Oh1zQdTaU=; b=oSg2axOTAM8sJCuyUjIGz+h7UAbd/qT9m1wa9YbajPBKwEh2uEM9cJSTzIm+Z1RUBU O1gTCSJVmTs9lJSPpYoyBKuTRKnD1j/hvVJHQA8cdQAAk1A+iQzY3wdz47GyxtikhLui 5sMU0elRvjhUNEoM4LbvgbMOSO/+feEOhuPbjkVnftZeoyyYHCljrpNNI5MKagN5xdoN 8/jQjrcEu+VS/LaTKjiGrWqwUHFuZKTHeur5BO8sNL8CuO9oUwG7g8oUq22tSlLYvfa0 9DR50M69LAy6W1StXpgWaI04ViGM3ts8ejgjYq0c8C3UvSBD49y8AShBv5hoJ+BQzclj L44g== MIME-Version: 1.0 X-Received: by 10.194.58.41 with SMTP id n9mr122219wjq.20.1411482669458; Tue, 23 Sep 2014 07:31:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.106.199 with HTTP; Tue, 23 Sep 2014 07:31:09 -0700 (PDT) In-Reply-To: <201409230631.s8N6VlX6087504@svn.freebsd.org> References: <201409230631.s8N6VlX6087504@svn.freebsd.org> Date: Tue, 23 Sep 2014 07:31:09 -0700 X-Google-Sender-Auth: AK8ND6XPbICgOgQv2zKyRr-ynxU Message-ID: Subject: Re: svn commit: r272018 - head/sys/pci From: Adrian Chadd To: Rui Paulo 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-1 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: Tue, 23 Sep 2014 14:31:12 -0000 Yay! -a On 22 September 2014 23:31, Rui Paulo wrote: > Author: rpaulo > Date: Tue Sep 23 06:31:46 2014 > New Revision: 272018 > URL: http://svnweb.freebsd.org/changeset/base/272018 > > Log: > Remove the empty sys/pci directory. > > Deleted: > head/sys/pci/ >