Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2000 22:40:03 -0700 (PDT)
From:      Cyrille Lefevre <clefevre@cybercable.fr>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid)
Message-ID:  <200010230540.WAA11117@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/22210; it has been noted by GNATS.

From: Cyrille Lefevre <clefevre@cybercable.fr>
To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid)
Date: 23 Oct 2000 07:35:53 +0200

 Garrett Wollman <wollman@khavrinen.lcs.mit.edu> writes:
 
 > <<On Sun, 22 Oct 2000 16:16:52 +0200 (CEST), Cyrille Lefevre <clefevre@citeweb.net> said:
 > 
 > > 	the type of the gr_gid member of struct group doesn't match
 > > 	the type of the pw_gid member of struct passwd which prevent
 > > 	a simple comparison such as passwd->pw_gid == group->gr_gid
 > > 	w/o a compiler warning.
 > 
 > This will be fixed in my giant POSIX-draft header patch which will hit
 > the tree some time next month.
 
 do you think that FreeBSD will be POSIX compliant in the sense of the
 OpenGroup one day ? what I would like to say is, is it possible to
 make FreeBSD pass the OpenGroup validation tests ? is this a cost
 problem (I guess yes) ?
 
 Cyrille.
 --
 home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr
 


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




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