Date: Tue, 21 Oct 2008 16:46:50 +0000 (UTC) From: Roman Divacky <rdivacky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184129 - head/sys/sys Message-ID: <200810211646.m9LGkocx003776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810211646.m9LGkocx003776>