Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat/sys remove OSX specific fix where CLOCK_REALTIM...



details:   https://anonhg.NetBSD.org/src/rev/17daa3ccc1d4
branches:  trunk
changeset: 753415:17daa3ccc1d4
user:      cegger <cegger%NetBSD.org@localhost>
date:      Sat Mar 27 07:16:57 2010 +0000

description:
remove OSX specific fix where CLOCK_REALTIME is not defined.
It has been properly fixed in
http://mail-index.netbsd.org/source-changes/2010/03/26/msg008200.html

diffstat:

 tools/compat/sys/time.h |  11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diffs (15 lines):

diff -r f0f39074a984 -r 17daa3ccc1d4 tools/compat/sys/time.h
--- a/tools/compat/sys/time.h   Sat Mar 27 03:38:27 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-/*     $NetBSD: time.h,v 1.1 2010/03/26 07:16:12 cegger Exp $  */
-
-#if (defined(__APPLE__) && defined(__MACH__)) && !defined(__darwin__)
-# define __darwin__     1
-#endif
-
-#ifdef __darwin__
-#define CLOCK_REALTIME 0       /* XXX Keep this in sync with our sys/time.h */
-#endif
-
-#include_next <sys/time.h>



Home | Main Index | Thread Index | Old Index