Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!intercon!news From: amanda@mermaid.intercon.com (Amanda Walker) Newsgroups: news.software.b Subject: Re: Help with rn on a AT&T 3B2 Message-ID: <1671@intercon.com> Date: 2 Jan 90 23:42:15 GMT References: <10664@bsu-ucs.uucp> Sender: news@intercon.com Reply-To: amanda@mermaid.intercon.com (Amanda Walker) Lines: 22 In article <10664@bsu-ucs.uucp>, 00mewhite@bsu-ucs.uucp (Michael E. White) writes: > I've got a syntax error in ngdata.c. Doesn't seem to like the line > > register DIR *dirp You need to get your hands on a copy of "ndir", a set of routines that emulate BSD-style directory reading under System V. I don't know where you can get it, off hand, but you might try uunet and so on. > Also I get a ton of "extra token (ignored) after directive" errors > should I be concerned about these? The C preprocessor is just niggling about "#endif MUMBLE" lines. It's not the code's fault, and they has nothing to do with how well it actually compiles. I'd just ignore them. Hope this helps, Amanda Walker InterCon Systems Corporation --