Let me try reposting the patch, which gives me the opportunity to bit twiddle a bit more: * Removed the mmap nonsense which was sent by accident * Renamed config.c to config_string.c to make it less generic * Moved a couple externs from a core parrot library into the main executable, where they sit better Thanks for considering this patch, Nick On 10/17/05, Joshua Hoblitt via RT <parrotbug-followup@parrotcode.org> wrote: > I'm guessing that this change in src/embed.c wasn't intended to be included in the patch: > > - mmap(0, program_size, PROT_READ, MAP_SHARED, fd, (off_t)0); > + mmap(0, program_size, PROT_READ, MAP_PRIVATE, fd, (off_t)0);Thread Previous | Thread Next