From owner-cvs-src@FreeBSD.ORG Fri Apr 18 11:06:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC4C37B401; Fri, 18 Apr 2003 11:06:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD2643FE3; Fri, 18 Apr 2003 11:06:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3II6W0U015546; Fri, 18 Apr 2003 11:06:32 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3II6WFl015545; Fri, 18 Apr 2003 11:06:32 -0700 (PDT) Message-Id: <200304181806.h3II6WFl015545@repoman.freebsd.org> From: John Baldwin Date: Fri, 18 Apr 2003 11:06:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha sys_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 18:06:34 -0000 jhb 2003/04/18 11:06:32 PDT FreeBSD src repository Modified files: sys/alpha/alpha sys_machdep.c Log: Fix a bug in alpha_get_uac() that I introduced in revision 1.18. It is supposed to return the uac of the parent process of the current process, not the current process. Pointy hat to: jhb Revision Changes Path 1.23 +1 -1 src/sys/alpha/alpha/sys_machdep.c