Compiling rn under 3001

Peter Blemel peter at msinc.msi.com
Sun Nov 11 14:43:59 AEST 1990


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 at unmvax.cs.unm.edu



More information about the Comp.unix.aix mailing list