Hi, On Sun, 16 Jul 2006, Florian Weimer wrote: > * Johannes Schindelin: > > > 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. > > Are these Cygwin setups running on top of the Windows 95 code base by > chance? No. One is Windows2000, the other WindowsXP, and both need the NO_MMAP set. For obvious reasons, NO_MMAP does not support MAP_SHARED... Ciao, 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