Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!wuarchive!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-pcd!hpfcso!hpfcdc!rer From: rer@hpfcdc.HP.COM (Rob Robason) Newsgroups: comp.sys.hp Subject: Re: Re: tell() equivalent on Series 800 Message-ID: <5570460@hpfcdc.HP.COM> Date: 8 Aug 90 23:32:46 GMT References: <5570457@hpfcdc.HP.COM> Organization: HP Fort Collins, Co. Lines: 10 > I would make the suggestion that you change your code to use > lseek(fildes, SEEK_CUR, (off_t)0) Eric points out to me via email that this should be: lseek(fildes, (off_t)0, SEEK_CUR) And he is right, sorry for the booboo. Rob