If on your platform
sizeof ( int ) == sizeof ( long )
you should be OK, other wise... you might be in trouble.

Don't worry, be Kneppie!
Jan



[EMAIL PROTECTED] wrote:

> Hi!
> 
> I installed vpopmail-4.9.10 in a Solaris 2.6 server. When making many
> warnings arised, such as:
> 
> vchkpw.c:101: warning: passing arg 4 of `vget_assign' from incompatible
> pointer type
> vchkpw.c:101: warning: passing arg 5 of `vget_assign' from incompatible
> pointer type
> 
> vget_assign() expects to receive *uid_t and *gid_t arguments, but it is
> passed *int parameters. In my platform, uid_t is defined as long, so the
> conflict is evident.
> 
> I believe these warnings are of no importance, but I wanted to be sure!!
> what do you think?
> 
> ---
> Another comment; the configure script tries to find the /usr/xpgr4/id
> command instead of /usr/xpg4/bin/id, because there is some burden when
> parsing the host type - in Solaris 2.6, the host type contains the string
> "solaris" (not "sun os 4.1.1") but there's no "id" command under
> /usr/xpgr4... I think this should be corrected.
> 
> Thanks!
> Esteban
> 
> 
> 
> 

Reply via email to