Path: utzoo!attcan!uunet!seismo!dimacs.rutgers.edu!rutgers!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!unmvax!bbx!yenta!msinc!peter From: peter@msinc.msi.com (Peter Blemel) Newsgroups: comp.unix.aix Subject: Re: Compiling rn under 3001 Message-ID: <138@.msinc.msi.com> Date: 11 Nov 90 03:43:59 GMT References: <137@.msinc.msi.com> Distribution: na Organization: Management Sciences, Inc. Lines: 16 Well, I figured it out. The function at the bottom of the file (getngmin) declares the following : register struct direct *readdir(); I swear that I made the same mistake in a program of mine and the compiler correctly recognized that the storage class was invalid for a function (or some such error). Maybe that wasn't this machine. Anyway, changing it to : struct direct *readdir(); corrects the problem. Peter Blemel ------------ bbx!yenta!msinc!peter@unmvax.cs.unm.edu