Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2000 16:30:03 -0700 (PDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid)
Message-ID:  <200010222330.QAA78301@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: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
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)

 <<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.
 
 -GAWollman
 
 


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?200010222330.QAA78301>