Date: Fri, 17 Nov 2000 16:30:04 -0800 (PST) From: clefevre@citeweb.net To: freebsd-bugs@FreeBSD.org Subject: Re: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid) Message-ID: <200011180030.QAA62991@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: clefevre@citeweb.net 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: Wed, 1 Nov 2000 23:20:04 +0100 (CET) Garrett Wollman wrote: > <<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. I've just found things which may interrest you. those things seems to be UNIX 98 certification suite located at : http://www.opengroup.org/testing/downloads.html specially, VSX-PCTS and System Header Checker. also, UNIX 98 specifications may be found here : http://www.opengroup.org/onlinepubs/7908799/ see you. 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?200011180030.QAA62991>