Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ukma!david From: david@ukma.UUCP Newsgroups: comp.unix.wizards Subject: Re: Dir(3) emulation - missing seekdir(3) Message-ID: <6199@ukma.ms.uky.csnet> Date: Fri, 27-Mar-87 09:59:14 EST Article-I.D.: ukma.6199 Posted: Fri Mar 27 09:59:14 1987 Date-Received: Sun, 29-Mar-87 07:40:29 EST References: <264@aecom2.UUCP> <15661@sun.uucp> Sender: news@ukma.ms.uky.csnet Reply-To: david@ukma.ms.uky.csnet (David Herron, Resident E-mail Hack) Organization: U of Kentucky, Mathematical Sciences Lines: 15 On a related note ... I was moving rn over to a 3b2 running SysVr3 and found that it's already got the directory reading stuff in /lib/libc.a (A first!). HOWEVER (argh! argh! argh!) they changed the names: #include -> #include struct direct xxx; -> struct dirent xxx; Oh well. -- ----- David Herron, cbosgd!ukma!david, david@UKMA.BITNET, david@ms.uky.csnet ----- (also "postmaster", "news", and the Usenet map maintainer for Kentucky.) ----- /*EOF