change default configurations on systems with UNIX domain sockets to NOT specify...
[oweals/gnunet.git] / src / util / container_bloomfilter.c
index 5016b70efae0412de72c70c94343dbdbbc7743f4..84aab6b17865dd9484911136bec62ec725738c8a 100644 (file)
@@ -183,7 +183,7 @@ static void
 incrementBit (char *bitArray, unsigned int bitIdx,
               const struct GNUNET_DISK_FileHandle *fh)
 {
-  uint64_t fileSlot;
+  OFF_T fileSlot;
   unsigned char value;
   unsigned int high;
   unsigned int low;
@@ -231,7 +231,7 @@ static void
 decrementBit (char *bitArray, unsigned int bitIdx,
               const struct GNUNET_DISK_FileHandle *fh)
 {
-  uint64_t fileSlot;
+  OFF_T fileSlot;
   unsigned char value;
   unsigned int high;
   unsigned int low;