[Box Backup-dev] COMMIT r884 - box/chris/merge/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 31 23:25:28 BST 2006


Author: chris
Date: 2006-08-31 23:25:27 +0100 (Thu, 31 Aug 2006)
New Revision: 884

Modified:
   box/chris/merge/lib/common/BoxPlatform.h
Log:
Revert to trunk


Modified: box/chris/merge/lib/common/BoxPlatform.h
===================================================================
--- box/chris/merge/lib/common/BoxPlatform.h	2006-08-31 22:24:00 UTC (rev 883)
+++ box/chris/merge/lib/common/BoxPlatform.h	2006-08-31 22:25:27 UTC (rev 884)
@@ -40,8 +40,8 @@
 	#endif
 #endif
 
-// Slight hack; disable interception in raidfile test on Darwin and Windows
-#if defined __APPLE__ || defined WIN32
+// Slight hack; disable interception on Darwin within raidfile test
+#ifdef __APPLE__
 	// TODO: Replace with autoconf test
 	#define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
 #endif
@@ -138,11 +138,6 @@
 	#define INFTIM -1
 #endif
 
-// for Unix compatibility with Windows :-)
-#if !HAVE_DECL_O_BINARY
-	#define O_BINARY 0
-#endif
-
 #ifdef WIN32
 	typedef u_int64_t InodeRefType;
 #else




More information about the Boxbackup-dev mailing list