Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 20:25:03 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys _posix.h acct.h acl.h aio.h buf.h bus.h callout.h cdio.h chio.h clist.h conf.h cons.h consio.h ctype.h devicestat.h dirent.h disklabel.h diskslice.h dkstat.h dmap.h domain.h errno.h exec.h extattr.h fbio.h fcntl.h file.h filedesc.h ...
Message-ID:  <199912290425.UAA87666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/12/28 20:25:03 PST

  Modified files:
    sys/sys              _posix.h acct.h acl.h aio.h buf.h bus.h 
                         callout.h cdio.h chio.h clist.h conf.h 
                         cons.h consio.h ctype.h devicestat.h 
                         dirent.h disklabel.h diskslice.h dkstat.h 
                         dmap.h domain.h errno.h exec.h extattr.h 
                         fbio.h fcntl.h file.h filedesc.h imgact.h 
                         imgact_aout.h imgact_elf.h inflate.h 
                         ioccom.h ioctl.h ipc.h jail.h kbio.h 
                         kernel.h ktrace.h linker.h malloc.h 
                         mbuf.h md5.h memrange.h mman.h module.h 
                         mount.h msg.h msgbuf.h mtio.h namei.h 
                         param.h pipe.h poll.h proc.h protosw.h 
                         ptrace.h queue.h resource.h resourcevar.h 
                         rman.h rtprio.h select.h sem.h shm.h 
                         signal.h signalvar.h snoop.h socket.h 
                         socketvar.h soundcard.h stat.h sysctl.h 
                         sysent.h syslog.h tablet.h termios.h 
                         time.h timepps.h times.h timex.h tty.h 
                         types.h ucred.h uio.h un.h user.h 
                         utsname.h vmmeter.h vnode.h wait.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.6       +3 -3      src/sys/sys/_posix.h
  1.12      +3 -3      src/sys/sys/acct.h
  1.2       +4 -4      src/sys/sys/acl.h
  1.12      +2 -2      src/sys/sys/aio.h
  1.87      +7 -7      src/sys/sys/buf.h
  1.30      +3 -3      src/sys/sys/bus.h
  1.15      +3 -3      src/sys/sys/callout.h
  1.21      +2 -2      src/sys/sys/cdio.h
  1.15      +2 -2      src/sys/sys/chio.h
  1.10      +2 -2      src/sys/sys/clist.h
  1.102     +4 -4      src/sys/sys/conf.h
  1.23      +3 -3      src/sys/sys/cons.h
  1.3       +2 -2      src/sys/sys/consio.h
  1.2       +3 -3      src/sys/sys/ctype.h
  1.9       +2 -2      src/sys/sys/devicestat.h
  1.11      +2 -2      src/sys/sys/dirent.h
  1.49      +5 -5      src/sys/sys/disklabel.h
  1.35      +4 -4      src/sys/sys/diskslice.h
  1.12      +2 -2      src/sys/sys/dkstat.h
  1.7       +2 -2      src/sys/sys/dmap.h
  1.14      +2 -2      src/sys/sys/domain.h
  1.14      +3 -3      src/sys/sys/errno.h
  1.26      +2 -2      src/sys/sys/exec.h
  1.2       +3 -3      src/sys/sys/extattr.h
  1.9       +2 -2      src/sys/sys/fbio.h
  1.9       +7 -7      src/sys/sys/fcntl.h
  1.22      +4 -4      src/sys/sys/file.h
  1.18      +2 -2      src/sys/sys/filedesc.h
  1.22      +2 -2      src/sys/sys/imgact.h
  1.13      +3 -3      src/sys/sys/imgact_aout.h
  1.17      +3 -3      src/sys/sys/imgact_elf.h
  1.11      +3 -3      src/sys/sys/inflate.h
  1.9       +3 -3      src/sys/sys/ioccom.h
  1.9       +2 -2      src/sys/sys/ioctl.h
  1.15      +4 -4      src/sys/sys/ipc.h
  1.6       +4 -4      src/sys/sys/jail.h
  1.5       +2 -2      src/sys/sys/kbio.h
  1.61      +3 -3      src/sys/sys/kernel.h
  1.19      +4 -4      src/sys/sys/ktrace.h
  1.17      +6 -6      src/sys/sys/linker.h
  1.48      +5 -5      src/sys/sys/malloc.h
  1.42      +3 -3      src/sys/sys/mbuf.h
  1.13      +2 -2      src/sys/sys/md5.h
  1.4       +3 -1      src/sys/sys/memrange.h
  1.28      +3 -3      src/sys/sys/mman.h
  1.14      +4 -4      src/sys/sys/module.h
  1.88      +6 -6      src/sys/sys/mount.h
  1.10      +5 -5      src/sys/sys/msg.h
  1.13      +2 -2      src/sys/sys/msgbuf.h
  1.20      +4 -4      src/sys/sys/mtio.h
  1.28      +3 -3      src/sys/sys/namei.h
  1.58      +7 -7      src/sys/sys/param.h
  1.16      +2 -2      src/sys/sys/pipe.h
  1.6       +3 -3      src/sys/sys/poll.h
  1.98      +4 -4      src/sys/sys/proc.h
  1.28      +5 -5      src/sys/sys/protosw.h
  1.10      +4 -4      src/sys/sys/ptrace.h
  1.32      +3 -3      src/sys/sys/queue.h
  1.12      +3 -3      src/sys/sys/resource.h
  1.15      +2 -2      src/sys/sys/resourcevar.h
  1.4       +5 -5      src/sys/sys/rman.h
  1.9       +3 -3      src/sys/sys/rtprio.h
  1.6       +2 -2      src/sys/sys/select.h
  1.20      +5 -5      src/sys/sys/sem.h
  1.14      +4 -4      src/sys/sys/shm.h
  1.23      +2 -2      src/sys/sys/signal.h
  1.32      +3 -3      src/sys/sys/signalvar.h
  1.14      +5 -3      src/sys/sys/snoop.h
  1.36      +3 -3      src/sys/sys/socket.h
  1.45      +3 -3      src/sys/sys/socketvar.h
  1.33      +2 -2      src/sys/sys/soundcard.h
  1.20      +6 -6      src/sys/sys/stat.h
  1.79      +6 -6      src/sys/sys/sysctl.h
  1.27      +3 -3      src/sys/sys/sysent.h
  1.19      +5 -5      src/sys/sys/syslog.h
  1.9       +2 -2      src/sys/sys/tablet.h
  1.13      +3 -3      src/sys/sys/termios.h
  1.42      +7 -7      src/sys/sys/time.h
  1.12      +4 -4      src/sys/sys/timepps.h
  1.6       +2 -2      src/sys/sys/times.h
  1.12      +5 -3      src/sys/sys/timex.h
  1.53      +4 -4      src/sys/sys/tty.h
  1.38      +7 -7      src/sys/sys/types.h
  1.14      +3 -3      src/sys/sys/ucred.h
  1.11      +4 -4      src/sys/sys/uio.h
  1.17      +4 -4      src/sys/sys/un.h
  1.24      +5 -5      src/sys/sys/user.h
  1.7       +3 -3      src/sys/sys/utsname.h
  1.21      +2 -2      src/sys/sys/vmmeter.h
  1.108     +5 -5      src/sys/sys/vnode.h
  1.11      +2 -2      src/sys/sys/wait.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?199912290425.UAA87666>