Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 20:35:50 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx 93cx6.h src/sys/dev/dpt dpt.h src/sys/dev/fb fbreg.h vgareg.h src/sys/dev/iicbus if_ic.c src/sys/dev/kbd atkbdcreg.h atkbdreg.h kbdreg.h src/sys/dev/mii miivar.h src/sys/dev/ppbus immio.c lpbb.c lpt.c ppi.h vpo.c ...
Message-ID:  <199912290435.UAA89190@freefall.freebsd.org>

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

  Modified files:
    sys/dev/aic7xxx      93cx6.h 
    sys/dev/dpt          dpt.h 
    sys/dev/fb           fbreg.h vgareg.h 
    sys/dev/iicbus       if_ic.c 
    sys/dev/kbd          atkbdcreg.h atkbdreg.h kbdreg.h 
    sys/dev/mii          miivar.h 
    sys/dev/ppbus        immio.c lpbb.c lpt.c ppi.h vpo.c vpoio.c 
    sys/dev/sound/pcm    sound.h 
    sys/dev/usb          usb.h 
    sys/dev/vinum        vinumext.h vinumhdr.h vinumparser.c 
                         vinumutil.c vinumvar.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.3       +3 -3      src/sys/dev/aic7xxx/93cx6.h
  1.8       +3 -3      src/sys/dev/dpt/dpt.h
  1.6       +3 -3      src/sys/dev/fb/fbreg.h
  1.4       +3 -3      src/sys/dev/fb/vgareg.h
  1.8       +3 -3      src/sys/dev/iicbus/if_ic.c
  1.4       +3 -3      src/sys/dev/kbd/atkbdcreg.h
  1.5       +3 -3      src/sys/dev/kbd/atkbdreg.h
  1.8       +3 -3      src/sys/dev/kbd/kbdreg.h
  1.3       +3 -3      src/sys/dev/mii/miivar.h
  1.9       +5 -5      src/sys/dev/ppbus/immio.c
  1.9       +3 -3      src/sys/dev/ppbus/lpbb.c
  1.10      +5 -5      src/sys/dev/ppbus/lpt.c
  1.5       +2 -2      src/sys/dev/ppbus/ppi.h
  1.18      +7 -7      src/sys/dev/ppbus/vpo.c
  1.9       +5 -5      src/sys/dev/ppbus/vpoio.c
  1.9       +6 -6      src/sys/dev/sound/pcm/sound.h
  1.17      +3 -3      src/sys/dev/usb/usb.h
  1.23      +3 -3      src/sys/dev/vinum/vinumext.h
  1.16      +4 -4      src/sys/dev/vinum/vinumhdr.h
  1.19      +4 -4      src/sys/dev/vinum/vinumparser.c
  1.14      +4 -4      src/sys/dev/vinum/vinumutil.c
  1.29      +2 -2      src/sys/dev/vinum/vinumvar.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?199912290435.UAA89190>