Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 00:01:43 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libkvm kvm_proc.c src/sys/sys ucred.h
Message-ID:  <200208160701.g7G71hOe016145@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208160701.g7G71hOe016145>