Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2011 21:15:35 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys
Message-ID:  <201102012115.p11LFZQh085454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102012115.p11LFZQh085454>