[Box Backup-commit] COMMIT r2049 - box/trunk/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Mon Jan 21 09:35:03 GMT 2008


Author: chris
Date: 2008-01-21 09:35:00 +0000 (Mon, 21 Jan 2008)
New Revision: 2049

Modified:
   box/trunk/lib/common/BoxPlatform.h
Log:
Fix DIRFD properly


Modified: box/trunk/lib/common/BoxPlatform.h
===================================================================
--- box/trunk/lib/common/BoxPlatform.h	2008-01-21 00:51:44 UTC (rev 2048)
+++ box/trunk/lib/common/BoxPlatform.h	2008-01-21 09:35:00 UTC (rev 2049)
@@ -169,7 +169,7 @@
 // We cannot define macros with arguments directly using AC_DEFINE,
 // so do it here instead of in configure.ac.
 
-#if HAVE_DECL_DIRFD
+#if ! HAVE_DECL_DIRFD
 	#define dirfd(x) (x)->d_fd
 #endif
 




More information about the Boxbackup-commit mailing list