Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 21:05:34 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/fstat fstat.c src/usr.bin/ipcs ipcs.c src/usr.bin/kdump kdump.c
Message-ID:  <199912290505.VAA93025@freefall.freebsd.org>

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

  Modified files:
    usr.bin/fstat        fstat.c 
    usr.bin/ipcs         ipcs.c 
    usr.bin/kdump        kdump.c 
  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.20      +3 -3      src/usr.bin/fstat/fstat.c
  1.12      +2 -2      src/usr.bin/ipcs/ipcs.c
  1.17      +3 -3      src/usr.bin/kdump/kdump.c



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?199912290505.VAA93025>