Path: utzoo!attcan!uunet!mcsun!unido!marco!leo From: leo@marco.UUCP (Matthias Pfaller) Newsgroups: comp.os.minix Subject: Re: ST 1.5.0 problems Summary: entpwent, getpwent and setpwent have to be declared PUBLIC Keywords: passwd rs232 Message-ID: <281@alice.marco.UUCP> Date: 7 Feb 90 10:35:25 GMT References: <3020@dogie.macc.wisc.edu> <1439@eutrc3.urc.tue.nl> <781@dftsrv.gsfc.nasa.gov> Organization: marco GmbH, 8047 Karlsfeld, West-Germany Lines: 10 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)