From owner-cvs-all Sat Oct 13 20:56:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 924CE37B406; Sat, 13 Oct 2001 20:56:54 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E3usQ74553; Sat, 13 Oct 2001 20:56:54 -0700 (PDT) (envelope-from marcel) Message-Id: <200110140356.f9E3usQ74553@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 13 Oct 2001 20:56:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_uid16.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/13 20:56:54 PDT Modified files: sys/compat/linux linux_uid16.c Log: When casting from uid16/gid16 to uid/gid respectively, make sure that "no change" (ie 0xFFFF) is properly cast to (int)-1 for those syscalls that set uids and/or gids. Verified by: LTP Revision Changes Path 1.3 +17 -15 src/sys/compat/linux/linux_uid16.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message