Path: utzoo!utstat!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: news.software.b Subject: Re: News B.11 on SunOS4.1 Keywords: help Message-ID: <3559@auspex.auspex.com> Date: 27 Jun 90 20:25:33 GMT References: <1586@sys.uea.ac.uk> Organization: Auspex Systems, Santa Clara Lines: 15 >I looked at /usr/include/unistd.h on both systems and found that they were >different: Yup, POSIX - which 4.1 supports - requires that declare "sleep()", and that it be declared as "unsigned int". >So now I'm stuck...... We want this software working before we move >comms over to this new machine and upgrade the others to OS4.1. > > >Any ideas????? Put a declaration "unsigned sleep();" into "ifuncs.c" just before the declaration of "lseek();". If the same problem shows up elsewhere, put the declaration in there as well....