svn commit: r184129 - head/sys/sys

Roman Divacky rdivacky at FreeBSD.org
Tue Oct 21 16:46:51 UTC 2008


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 */
 
 /*


More information about the svn-src-all mailing list