From owner-cvs-all Sun Jan 16 8:34:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C4F814E4F; Sun, 16 Jan 2000 08:34:29 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84199; Sun, 16 Jan 2000 08:34:28 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200001161634.IAA84199@freefall.freebsd.org> From: Peter Wemm Date: Sun, 16 Jan 2000 08:34:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 2000/01/16 08:34:28 PST Modified files: sys/kern kern_prot.c Log: Implement setres[ug]id() and getres[ug]id(). This has been sitting in my tree for ages (~2 years) waiting for an excuse to commit it. Now Linux has implemented it and it seems that Staroffice (when using the linux_base6.1 port's libc) calls this in the linux emulator and dies in setup. The Linux emulator can call these now. Revision Changes Path 1.53 +159 -1 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message