Sendmail 8.9.3 and Tru64 V5.0

From: <maurerf_at_post.ch>
Date: Mon, 01 Nov 1999 08:57:14 +0100

Hi folks,

Does somebody already tried to compile BSD sendmail 8.9.3 on Tru64 5.0? On
my system I'v got 6 warnings. I'm not sure if I can just ignore these
warnings, or if this is a right problem:

...
cc: Warning: deliver.c, line 1703: In this statement, the referenced type of
the pointer value "gidset" is "int", which is not compatible with "unsigned
int". (ptrmismatch)
                                        if (setgroups(1, gidset) == -1 &&
suidwarn)
---------------------------------------------------------^
cc: Warning: deliver.c, line 1721: In this statement, the referenced type of
the pointer value "gidset" is "int", which is not compatible with "unsigned
int". (ptrmismatch)
                                        if (setgroups(1, gidset) == -1 &&
suidwarn)
---------------------------------------------------------^
cc: Warning: deliver.c, line 3460: In this statement, the referenced type of
the pointer value "gidset" is "int", which is not compatible with "unsigned
int". (ptrmismatch)
                        if (setgroups(1, gidset) == -1 && suidwarn)
-----------------------------------------^
...
...
cc: Warning: main.c, line 226: In this statement, the referenced type of the
pointer value "InitialGidSet" is "int", which is not compatible with
"unsigned int". (ptrmismatch)
        i = getgroups(NGROUPS_MAX, InitialGidSet);
-----------------------------------^
cc: Warning: main.c, line 2260: In this statement, the referenced type of
the pointer value "emptygidset" is "int", which is not compatible with
"unsigned int". (ptrmismatch)
        if (setgroups(1, emptygidset) == -1 && geteuid() == 0)
-------------------------^
...
...
cc: Warning: recipient.c, line 971: In this statement, the referenced type
of the pointer value "gidset" is "int", which is not compatible with
"unsigned int".(ptrmismatch)
                        if (setgroups(1, gidset) == -1)
-----------------------------------------^
...

The same sendmail version gives also some other warnings on Tru64 V4.0X, but
they are described in the specific readme.

Any hints are greatly appreciated.
__________________________________________________

Felix Maurer
Die Schweizerische Post Tel: +41-31-338 98 49
Informatik POST Fax: +41-31-338 98 80
Messaging Management
Webergutstrasse 12 Mailto:maurerf_at_post.ch
CH-3030 Bern http://www.post.ch
__________________________________________________
Received on Mon Nov 01 1999 - 07:57:03 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:40 NZDT