Path: utzoo!attcan!uunet!mcsun!unido!mikros!mwtech!martin From: martin@mwtech.UUCP (Martin Weitzel) Newsgroups: comp.unix.xenix Subject: Re: where is the routine bcopy()? SCO Unix 3.2 system Message-ID: <773@mwtech.UUCP> Date: 1 Jun 90 21:08:20 GMT References: <1342@beaudin.UUCP> <1176@gear.sublink.ORG> Reply-To: martin@mwtech.UUCP (Martin Weitzel) Distribution: comp Organization: MIKROS Systemware, Darmstadt/W-Germany Lines: 14 In article <1176@gear.sublink.ORG> root@gear.sublink.ORG (Marco Lorenzini ) writes: : :Under System V Sco Unix the function bcopy() has been replaced with :memcpy() so you must include in your sources this define: : :#define bcopy(src, dst, len) memcpy(dst, src, len) : :or include in the Makefile: -Dbcopy=memcpy This sounds contradictory: In the #define the `src' and `dst' args are swapped, but they aren't with the -D switch .... -- Martin Weitzel, email: martin@mwtech.UUCP, voice: 49-(0)6151-6 56 83