Path: utzoo!attcan!uunet!samsung!usc!rutgers!deejay!gear!root From: root@gear.sublink.ORG (Marco Lorenzini ) Newsgroups: comp.unix.xenix Subject: Re: where is the routine bcopy()? SCO Unix 3.2 system Message-ID: <1176@gear.sublink.ORG> Date: 22 May 90 12:53:49 GMT References: <1342@beaudin.UUCP> Distribution: comp Organization: L.S.Meccanica srl, Zola Predosa (BO) - Italy Lines: 17 In <1342@beaudin.UUCP> john@beaudin.UUCP (John Beaudin) writes: >I've looked in the usual places. I found the reference to it in the >device drivers writing guide, but don't know how to link it in during >loading. The game 'wanderer' calls it. Thanks for any info. 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 -- ********** Marco Lorenzini * FAX +39.51.752643 * * GEAR * INTERNET: marlor@gear.sublink.ORG * VOICE +39.51.750365 * ********** (1200-2400 MNP 4 - 9600 PEP) * TELEX 521116 LSMECC *