From: dasilva@woodmore.gsfc.nasa.gov (Arlindo da Silva)
Subject: Re: compile problems with gimp
23 Sep 1997 06:55:50 -0700
Message-ID: <199709231233.IAA07567.cygnus.gnu-win32@woodmore.gsfc.nasa.gov>
References: <34286126.F92FD266@psu.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
To: mjz115@psu.edu (Michael Zawacki)
Cc: gnu-win32@cygnus.com

> 
>     I have come across an "undefined reference to" setpwent.  Has anyone
> heard of this function.  Gimp calls it with no parameters, and I can't
> find it in any of the include files in X11 or cygwin. Is this a motif
> call?
> 

From the man page on sunos4:

DESCRIPTION
     getpwent(), getpwuid() and getpwnam() each return a  pointer
     to  an  object  with  the following structure containing the
     fields of a line in the password file.   Each  line  in  the
     file  contains  a  passwd structure, declared in the <pwd.h>
     header file:
 
          struct    passwd {
               char *pw_name;
               char *pw_passwd;
               uid_t     pw_uid;
               gid_t     pw_gid;
               int  pw_quota;
               char *pw_comment;
               char *pw_gecos;
               char *pw_dir;
               char *pw_shell;
          };
          struct passwd *getpwent(), *getpwuid(), *getpwnam();

                                  
     
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
