Get rid of the following gcc format warnings by simplifying the
authorGisle Aas <gisle@activestate.com>
Wed, 11 Jan 2006 14:23:28 +0000 (14:23 +0000)
committerGisle Aas <gisle@activestate.com>
Wed, 11 Jan 2006 14:23:28 +0000 (14:23 +0000)
commitcd70abae37f0090fad1d3fa318844341095d33b2
tree060050e4f749dd351ac91c1ea5c9e82fca16da7b
parentf17da991d5d231186716de62f58f20d664f2872c
Get rid of the following gcc format warnings by simplifying the
getgroups implementation:

  mg.c: In function Perl_magic_get':
  mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
  mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
  mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)

Since we already cast the numeric Gid_t values to an IV it should not
be too risky to also cast the Group_t values.  Converting these values
with Gid_t_f wasn't quite right anyway.

p4raw-id: //depot/perl@26786
mg.c