From owner-svn-src-head@FreeBSD.ORG Fri May 2 19:45:20 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 A39A75BC for ; Fri, 2 May 2014 19:45:20 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (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 5742413B6 for ; Fri, 2 May 2014 19:45:20 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id x13so5384683qcv.29 for ; Fri, 02 May 2014 12:45:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=XDJQ83qxZ5etx6cgjkU7CvO75kSEsWCJAQIaCkVNEqg=; b=g8p8zhkSlSDL8ok9uHtI0xk3tklEnsPUhRQGhGjd1+nEAi1AaaDEW0LhpW4MTrmywE /y2+6PzzGKxR888w8TYtaIprD8YGRwEQgOKpoSxTwiihVuVCFD/WgHbxRTHJv/dkrqfY k1/b4QNUcWZcQOnK8PMAN3Yzbpk/z3OkcstxE= 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=XDJQ83qxZ5etx6cgjkU7CvO75kSEsWCJAQIaCkVNEqg=; b=hoo1+Gvno0t1+WBom/5iMHr5DuNMgzGUpWTfxQezOr+p7Wdx+vcLp638c9z78qBqxL jjyp3KQtQrU7kEwT0VM3a1F316/Vzs6q2B3/K6ca/eQh3FJ2DNTm6FoYaOf8kEG9RS/w XryJyrMJkfZqdNwfYhjkN+azf0ik3D1f1QFljtnFGriw3WT5SGCtgkR8bkp5yhNFg3Zm pvof06xZn90CWP7zlSPCnI+nyuv44AUGGPLAzILeVKWXyvyfurwbS4hDkH5FbaxDxEw2 arn0tLYQnfh1MILazkVmZOO66sxEH3PaWrz14CY8M0wAdsQZa3Ra7IavzBK0Cxh1KnGR 4IXA== X-Gm-Message-State: ALoCoQm3ZTEcWfJGGZ6va++G/NzP2r+w+hID5lkfDtW+8ZGX29mFrIKc2sw36k4ktQLxPAI2lpxc X-Received: by 10.140.31.10 with SMTP id e10mr23376904qge.101.1399059919330; Fri, 02 May 2014 12:45:19 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.54.102 with HTTP; Fri, 2 May 2014 12:44:49 -0700 (PDT) In-Reply-To: <201405020924.s429O7sW051742@svn.freebsd.org> References: <201405020924.s429O7sW051742@svn.freebsd.org> From: Eitan Adler Date: Fri, 2 May 2014 12:44:49 -0700 X-Google-Sender-Auth: WE9Jz7RJ2cAZJNs0gkdYJJT7Taw Message-ID: Subject: Re: svn commit: r265217 - in head/sys/modules: . lindev To: Christian Brueffer 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.17 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: Fri, 02 May 2014 19:45:20 -0000 On 2 May 2014 02:24, Christian Brueffer wrote: > Author: brueffer > Date: Fri May 2 09:24:06 2014 > New Revision: 265217 > URL: http://svnweb.freebsd.org/changeset/base/265217 > > Log: > libdev(4) has been removed, get rid of the module as well to fix the build. Thanks. My cleanup of lindev(4) was much too incomplete. :( -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams