svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys

Alexander Kabaev kan at FreeBSD.org
Tue Feb 1 21:15:35 UTC 2011


Author: kan
Date: Tue Feb  1 21:15:35 2011
New Revision: 218177
URL: http://svn.freebsd.org/changeset/base/218177

Log:
  Revert r218169 until it can be tested and fixed properly.

Modified:
  head/sys/cddl/compat/opensolaris/sys/types.h

Modified: head/sys/cddl/compat/opensolaris/sys/types.h
==============================================================================
--- head/sys/cddl/compat/opensolaris/sys/types.h	Tue Feb  1 18:30:52 2011	(r218176)
+++ head/sys/cddl/compat/opensolaris/sys/types.h	Tue Feb  1 21:15:35 2011	(r218177)
@@ -34,10 +34,6 @@
  */
 
 #include <sys/stdint.h>
-
-typedef	int64_t		clock_t;
-#define	_CLOCK_T_DECLARED
-
 #include_next <sys/types.h>
 
 #define	MAXNAMELEN	256


More information about the svn-src-all mailing list