after the release when we can do more testing.
to -h on testing for /bin being symbolic link
- (bal) Mistaken in Cygwin scripts for ssh starting. Patch by
Corinna Vinschen <vinschen@redhat.com>
+ - (bal) disable privsep if no MAP_ANON. We can re-enable it
+ after the release when we can do more testing.
20020411
- (stevesk) [auth-sia.c] cleanup
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.2049 2002/04/12 17:44:13 mouring Exp $
+$Id: ChangeLog,v 1.2050 2002/04/12 18:51:22 mouring Exp $
*/
mm->mmalloc = mmalloc;
-#ifdef HAVE_MMAP
+#if defined(HAVE_MMAP) && defined(MAP_ANON)
address = mmap(NULL, size, PROT_WRITE|PROT_READ, MAP_ANON|MAP_SHARED,
-1, 0);
if (address == MAP_FAILED)