From owner-svn-src-all@freebsd.org Fri Jun 26 06:46:35 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE1D98C259; Fri, 26 Jun 2015 06:46:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x234.google.com (mail-qg0-x234.google.com [IPv6:2607:f8b0:400d:c04::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 79B9E1B91; Fri, 26 Jun 2015 06:46:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgeu36 with SMTP id u36so32413671qge.2; Thu, 25 Jun 2015 23:46:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GD2eFjJjQHoum+ZzvXgV6DW31dJa59w36+tAboiy3rU=; b=XwxGPj7xJrDeMnDAt5WwGRHWXJcg2UuEQgC0BI/InfjM1+hCbYmAMKF2E1Ogj0Tqnl 828fvgx5s9K1y0GveVVyP4aLU4sPQQT2Bo6ES6VIt+ZHQ2kW3NHQy5QSvQSG9nqCjQ8h Po7xUCrB6+I7KgRIJJ0avXwYB9VxEAnF+NCd08JARawSK6syWI/RDBy6P0AQwOZMfAa2 tKnpTkjpbji97ViI7ZkAiXp7Zzx/gaKT+iA9oJGUvRaoDihTDUg4eCBytl1jIppSjoGh Hf3iKLarkYsqIDFYhrKzj4i1JLVtYtOjhWqUkKKPbG0GXOc+UvcsRErju6BlenU9M+Dy cpnQ== MIME-Version: 1.0 X-Received: by 10.140.91.23 with SMTP id y23mr124930qgd.90.1435301194463; Thu, 25 Jun 2015 23:46:34 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Thu, 25 Jun 2015 23:46:34 -0700 (PDT) In-Reply-To: <201506260412.t5Q4C6b4046102@svn.freebsd.org> References: <201506260412.t5Q4C6b4046102@svn.freebsd.org> Date: Thu, 25 Jun 2015 23:46:34 -0700 Message-ID: Subject: Re: svn commit: r284865 - head/sys/dev/sound/midi From: NGie Cooper 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: Fri, 26 Jun 2015 06:46:35 -0000 On Thu, Jun 25, 2015 at 9:12 PM, Adrian Chadd wrote: > Author: adrian > Date: Fri Jun 26 04:12:06 2015 > New Revision: 284865 > URL: https://svnweb.freebsd.org/changeset/base/284865 > > Log: > Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.) Should this be MFCed?