mmap() w/o MAP_ANON

Kevin Steves kevin at atomicgears.com
Fri Apr 12 13:50:56 EST 2002


On Wed, 10 Apr 2002, Tim Rice wrote:
:Many systems have mmap() but no MAP_ANON/MAP_ANONYMOUS
:Ie. SCO 5.0.x, UnixWare 2.x, Solaris < 8

for now just:
#if defined(HAVE_MMAP) && defined(MAP_ANON)
	mmap(...
#else
	fatal(...
#endif

improved support for privsep is going to have to be post 3.2.




More information about the openssh-unix-dev mailing list