From owner-svn-src-head@FreeBSD.ORG Sat Oct 2 21:41:11 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 615BB106564A; Sat, 2 Oct 2010 21:41:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 241A18FC14; Sat, 2 Oct 2010 21:41:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o92LZWn3075267; Sat, 2 Oct 2010 15:35:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 02 Oct 2010 15:35:52 -0600 (MDT) Message-Id: <20101002.153552.976690109574172273.imp@bsdimp.com> To: antoine@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <201009281533.o8SFXULh078409@svn.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213248 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Oct 2010 21:41:11 -0000 In message: Antoine Brodin writes: : On Tue, Sep 28, 2010 at 5:33 PM, Warner Losh wrote:= : > Author: imp : > Date: Tue Sep 28 15:33:30 2010 : > New Revision: 213248 : > URL: http://svn.freebsd.org/changeset/base/213248 : > : > Log: : > =A0This file has been unused for ages. =A0Retire it. : > : > =A0Submitted by: pluknet : > : > Deleted: : > =A0head/sys/kern/Makefile : = : Hi, : = : What is the correct way to "make sysent" now ? Hmmm.... It looks like the tags part was the only obsolete part... I'll add the other one back... Sorry... Warner