From owner-cvs-all Thu Oct 26 8:53: 3 2000 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 0803237B479; Thu, 26 Oct 2000 08:53:01 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA95063; Thu, 26 Oct 2000 08:53:01 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200010261553.IAA95063@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 26 Oct 2000 08:53:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/10/26 08:53:00 PDT Modified files: sys/alpha/osf1 osf1_misc.c Log: Update osf1_setuid() and osf1_setgid() to use the new change_euid() and change_ruid() in kern_prot.c. This fixes an incorrect use of chgproccnt(). Update both osf1_setuid() and osf1_setgid() to use setsugid() instead of just frobbing the flag. (mostly) submitted by: truckman Revision Changes Path 1.7 +14 -9 src/sys/alpha/osf1/osf1_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message