Changeset: fd5afba57fac for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fd5afba57fac
Modified Files:
gdk/gdk_heap.c
Branch: default
Log Message:
merging heads
diffs (12 lines):
diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c
--- a/gdk/gdk_heap.c
+++ b/gdk/gdk_heap.c
@@ -408,7 +408,7 @@ HEAPextend(Heap *h, size_t size)
if (fp != NULL) {
fclose(fp);
if (h->storage == STORE_MEM) {
- int newmode = h->newstorage ==
STORE_MMAP && existing && !h->forcemap ? STORE_PRIV : h->newstorage;
+ storage_t newmode = h->newstorage ==
STORE_MMAP && existing && !h->forcemap ? STORE_PRIV : h->newstorage;
/* make sure we really MMAP */
if (must_mmap && h->newstorage ==
STORE_MEM)
newmode = STORE_MMAP;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list