Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edb

Dir     : e17/libs/edb/src


Modified Files:
        edb_common.h.in 


Log Message:


64bit fix

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edb/src/edb_common.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edb_common.h.in     15 Nov 2002 20:24:38 -0000      1.1
+++ edb_common.h.in     24 May 2004 11:35:26 -0000      1.2
@@ -397,7 +397,7 @@
 #define        DB_SWAPBYTES            (-11)   /* Database needs byte swapping. */
 #define        DB_TXN_CKP              (-12)   /* Encountered ckp record in log. */
 
-#define        DB_FILE_ID_LEN          20      /* DB file ID length. */
+#define        DB_FILE_ID_LEN          (16 + sizeof(long)) /* DB file ID length. */
 
 /* DB access method description structure. */
 struct __edb {




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to