[comp.os.minix] ST 1.5.0 problems

leo@marco.UUCP (Matthias Pfaller) (02/07/90)

In article <781@dftsrv.gsfc.nasa.gov>, stailey@iris613.gsfc.nasa.gov (Ken Stailey) writes:
> The program passwd.c will not compile on my new 1.5.0 system.
> It complains that it can't link in _endpwent, _getpwent and _setpwent.
> They look like they are in libc.a (according to "anm getpwent.o").

The problem results in the declaration of endpwent, getpwent and setpwent in
getpwent.c. These functions are declared PRIVATE (static). anm will find these
symbols and mark them with a '-' instead of a 'E'.

	leo@marco.UUCP (matthias pfaller)