openssh for UWIN

Markus Friedl markus at openbsd.org
Sat Jun 8 06:52:48 EST 2002


On Fri, Jun 07, 2002 at 11:09:39AM -0400, David Korn wrote:
> ! #if !defined(HAVE_CYGWIN) && !defined(_UWIN)
>   	extern uid_t original_real_uid;
>   	if (port < IPPORT_RESERVED && original_real_uid != 0)

i think these should be turned into a

#ifndef HAVE_IPPORT_RESERVED_CONCEPT
	...
#endif



More information about the openssh-unix-dev mailing list