From owner-freebsd-bugs Sun Oct 22 16:30: 9 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 D8AB837B4E5 for ; Sun, 22 Oct 2000 16:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA78301; Sun, 22 Oct 2000 16:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 22 Oct 2000 16:30:03 -0700 (PDT) Message-Id: <200010222330.QAA78301@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid) Reply-To: Garrett Wollman 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: Garrett Wollman To: clefevre@citeweb.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid) Date: Sun, 22 Oct 2000 19:22:51 -0400 (EDT) < 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. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message