From owner-cvs-all Fri Aug 16 0: 1:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 237C737B400; Fri, 16 Aug 2002 00:01:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9EE043E4A; Fri, 16 Aug 2002 00:01:43 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7G71hJU016146; Fri, 16 Aug 2002 00:01:43 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7G71hOe016145; Fri, 16 Aug 2002 00:01:43 -0700 (PDT) Message-Id: <200208160701.g7G71hOe016145@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 16 Aug 2002 00:01:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_proc.c src/sys/sys ucred.h 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 alfred 2002/08/16 00:01:43 PDT Modified files: lib/libkvm kvm_proc.c sys/sys ucred.h Log: Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userland from attempting to use it for good. There is a catch, kvm_proc.c needs to '#define _KERNEL' to get at the ucred. Requested by: rwatson Revision Changes Path 1.51 +3 -0 src/lib/libkvm/kvm_proc.c 1.44 +2 -0 src/sys/sys/ucred.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message