From owner-freebsd-bugs Fri Nov 17 16:30:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9E5737B4C5 for ; Fri, 17 Nov 2000 16:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA62991; Fri, 17 Nov 2000 16:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 17 Nov 2000 16:30:04 -0800 (PST) Message-Id: <200011180030.QAA62991@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: clefevre@citeweb.net Subject: Re: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid) Reply-To: clefevre@citeweb.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/22210; it has been noted by GNATS. From: clefevre@citeweb.net To: Garrett Wollman 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: > < 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