Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc/sys/sys



itojun%iijlab.net@localhost writes:
> >> 1. reintroduce ovbcopy() as a macro,
> >No, we don't want more of it.
> 
>       it is really painful when you deal with shared code among *BSD.
>       i'm going to add one soon...

How about doing this: at the top of your own source files, do a
conditional to define memmove as ovbcopy on FreeBSD and BSD/OS and
use on memmove in the files?

That will make it easier to deal with when they move to using mem*, as
they probably will eventually.

I would rather we not do a global ovbcopy macro.

--
Perry E. Metzger                perry%wasabisystems.com@localhost
--
NetBSD Development, Support & CDs. http://www.wasabisystems.com/



Home | Main Index | Thread Index | Old Index