Hi, On Fri, 7 Jul 2006, Florian Weimer wrote: > - s->data = mmap(NULL, s->size, PROT_READ, MAP_PRIVATE, fd, 0); > + s->data = mmap(NULL, s->size, PROT_READ, MAP_SHARED, fd, 0); Be advised that this breaks setups with NO_MMAP, in particular most (all) cygwin setups I know of. Hth, Dscho - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html