Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 18:36:40 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        arch@FreeBSD.org
Subject:   gid_t vs. plain int
Message-ID:  <20010425183640.C54687@ringworld.oblivion.bg>

next in thread | raw e-mail | index | archive | help
Hi,

OK.  I've (kinda) had enough.

Is there a reason that struct group in <group.h> does not define 'gr_gid'
as a gid_t value, but as a plain int?  This makes all kinds of things
go berserk with gcc -Wall -W, and causes dozens of (totally unneeded)
casts.

Is there some standard that says pw_gid is gid_t, but gr_gid is int?
If not, would anyone be interested in patches (yes, I'm prepared to sweep
the whole source tree), making gr_gid a gid_t?

G'luck,
Peter

-- 
This sentence no verb.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010425183640.C54687>