From owner-svn-src-head@FreeBSD.ORG Tue Jul 13 16:44:00 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 634C91065672; Tue, 13 Jul 2010 16:44:00 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6824F8FC19; Tue, 13 Jul 2010 16:43:59 +0000 (UTC) Received: by wyf22 with SMTP id 22so706694wyf.13 for ; Tue, 13 Jul 2010 09:43:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=d1NyCsaCyN7m7a05ffOZw2yGh+/teu8zXpiyIdwfW5s=; b=Fq/WP6oIkL6fC//nSh+pMbuAGG7VThwN8I7xlt5AgEEgqRlCKjX5V0g9eg+b5sGYIJ 4BeQ969aMsLXGuquxwkLM2XFvKfB5cP/tr60KQY6Mr64xOdmHtNlNRdlvVQ5o9M2hcvd hGqAtAfo2DVGHhIj/w+JUqpDhrz/EW9siyqAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=d/IifOnimFcZ+dgBAzPdNti4I7xDVJrsKGlL2vuxTRnqcVvtggu2nQQZ9A7DhYRfm0 620TQW0DQ5Oc0r5rzjxz6Tk9mB989i93xMHIWxi0+90os/ndBOr0VZ6oT4c/RHWab3G+ +4M6dLr2TD/8pxPbLUIN7D1/RIavrLrN+6lLo= MIME-Version: 1.0 Received: by 10.227.94.138 with SMTP id z10mr4059886wbm.166.1279039435421; Tue, 13 Jul 2010 09:43:55 -0700 (PDT) Received: by 10.216.27.13 with HTTP; Tue, 13 Jul 2010 09:43:55 -0700 (PDT) In-Reply-To: <201007131506.o6DF6Des072558@svn.freebsd.org> References: <201007131506.o6DF6Des072558@svn.freebsd.org> Date: Tue, 13 Jul 2010 20:43:55 +0400 Message-ID: From: pluknet To: Warner Losh 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: r209995 - in head/sys: amd64/include i386/include 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: Tue, 13 Jul 2010 16:44:00 -0000 On 13 July 2010 19:06, Warner Losh wrote: > Author: imp > Date: Tue Jul 13 15:06:13 2010 > New Revision: 209995 > URL: http://svn.freebsd.org/changeset/base/209995 > > Log: > =A0Remove obsolete undef of COPY_SIGCODE. =A0It appears to have not been > =A0used in FreeBSD in quite some time (maybe since before 4.4-lite :) > > =A0Submitted by: bde > Yeah, I didn't quite get at all why it was ever undefed in those arches whi= ch didn't use it in "excessively bogus" proprietary parts... --=20 wbr, pluknet