Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 21:04:23 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gmon mcount.c src/lib/libc/rpc auth_unix.c svc_auth.c src/lib/libkvm kvm_file.c src/lib/libmd md5c.c src/lib/libstand stand.h
Message-ID:  <199912290504.VAA92905@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/12/28 21:04:22 PST

  Modified files:
    lib/libc/gmon        mcount.c 
    lib/libc/rpc         auth_unix.c svc_auth.c 
    lib/libkvm           kvm_file.c 
    lib/libmd            md5c.c 
    lib/libstand         stand.h 
  Log:
  Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"
  is an application space macro and the applications are supposed to be free
  to use it as they please (but cannot).  This is consistant with the other
  BSD's who made this change quite some time ago.  More commits to come.
  
  Revision  Changes    Path
  1.17      +11 -11    src/lib/libc/gmon/mcount.c
  1.12      +4 -4      src/lib/libc/rpc/auth_unix.c
  1.7       +6 -1      src/lib/libc/rpc/svc_auth.c
  1.10      +3 -3      src/lib/libkvm/kvm_file.c
  1.11      +3 -3      src/lib/libmd/md5c.c
  1.18      +3 -3      src/lib/libstand/stand.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?199912290504.VAA92905>