UnixWare 2.03 patch

Tim Rice tim at multitalents.net
Sat Jan 6 05:14:01 EST 2001


On Fri, 5 Jan 2001 mouring at etoh.eviladmin.org wrote:

> On Thu, 4 Jan 2001, Tim Rice wrote:
> 
[snip]
> >+#if defined(HAVE_MEMMOVE) && !defined(HAVE_BCOPY)
> >+#define bcopy(b1,b2,length)     (void) memmove ((b2), (b1), (length))
> >+#endif /* defined(HAVE_MEMMOVE) && !defined(HAVE_BCOPY) */
> >+
> 
> Hmm.. bsd-getcwd.c and bsd-setenv.c  (both I believe I added or requested 
> originally due to NeXT issuses) use bcopy().  Would you have any objection
> to just changing them to memmove() (like how the rest of the OpenSSH
> code) instead of doing this patch? 

That works for me.

> 
> - Ben
> 

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net







More information about the openssh-unix-dev mailing list