From owner-svn-src-head@FreeBSD.ORG Tue Oct 21 16:46:51 2008 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 0E56E106566B; Tue, 21 Oct 2008 16:46:51 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F0F118FC1B; Tue, 21 Oct 2008 16:46:50 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id m9LGko2D003777; Tue, 21 Oct 2008 16:46:50 GMT (envelope-from rdivacky@svn.freebsd.org) Received: (from rdivacky@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id m9LGkocx003776; Tue, 21 Oct 2008 16:46:50 GMT (envelope-from rdivacky@svn.freebsd.org) Message-Id: <200810211646.m9LGkocx003776@svn.freebsd.org> From: Roman Divacky Date: Tue, 21 Oct 2008 16:46:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184129 - head/sys/sys 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, 21 Oct 2008 16:46:51 -0000 Author: rdivacky Date: Tue Oct 21 16:46:50 2008 New Revision: 184129 URL: http://svn.freebsd.org/changeset/base/184129 Log: Remove __CC_INT_IS_32BIT define which was used to fix mpt driver but is not used anymore. This define is not referenced by anything in the FreeBSD srcs nor google shows any usage. Kernel and world builds fine without it. Approved by: kib (mentor) Modified: head/sys/sys/cdefs.h Modified: head/sys/sys/cdefs.h ============================================================================== --- head/sys/sys/cdefs.h Tue Oct 21 14:44:25 2008 (r184128) +++ head/sys/sys/cdefs.h Tue Oct 21 16:46:50 2008 (r184129) @@ -103,9 +103,6 @@ #define __CC_SUPPORTS_DYNAMIC_ARRAY_INIT 1 -/* XXX: sys/dev/mpt/mpilib/mpi_type.h uses it, someone should review it */ -#define __CC_INT_IS_32BIT 1 - #endif /* __GNUC__ || __INTEL_COMPILER */ /*