Date: Tue, 28 Dec 1999 20:55:14 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common isapnp.h src/sys/cam cam.h cam_ccb.h cam_conf.h cam_debug.h cam_extend.h cam_periph.h cam_queue.h cam_sim.h cam_xpt.h cam_xpt_periph.h cam_xpt_sim.h src/sys/coda coda.h src/sys/crypto sha1.h src/sys/crypto/des ... Message-ID: <199912290455.UAA92044@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/12/28 20:55:13 PST Modified files: sys/boot/common isapnp.h sys/cam cam.h cam_ccb.h cam_conf.h cam_debug.h cam_extend.h cam_periph.h cam_queue.h cam_sim.h cam_xpt.h cam_xpt_periph.h cam_xpt_sim.h sys/coda coda.h sys/crypto sha1.h sys/crypto/des des_locl.h sys/isa isavar.h pnpreg.h pnpvar.h sys/isofs/cd9660 cd9660_node.h iso.h sys/kern inflate.c md5c.c subr_blist.c sys/libkern mcount.c sys/miscfs/fdesc fdesc.h sys/miscfs/kernfs kernfs.h sys/miscfs/nullfs null.h sys/miscfs/portal portal.h sys/miscfs/procfs procfs.h sys/miscfs/umapfs umap.h sys/miscfs/union union.h sys/modules/linux Makefile sys/modules/svr4 Makefile sys/msdosfs denode.h direntry.h fat.h msdosfsmount.h sys/nfs nfs.h nfsmount.h nfsnode.h nqnfs.h sys/nwfs nwfs.h nwfs_mount.h sys/pc98/pc98 pc98_machdep.h sys/pccard cardinfo.h sys/pci if_mn.c ncr.c sys/posix4 aio.h mqueue.h sched.h semaphore.h sys/ufs/ffs ffs_subr.c sys/ufs/ufs inode.h quota.h ufsmount.h sys/vm pmap.h swap_pager.h vm.h vm_extern.h vm_map.h vm_object.h vm_page.h vm_pageout.h vm_pager.h vm_param.h vnode_pager.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.5 +4 -4 src/sys/boot/common/isapnp.h 1.5 +5 -5 src/sys/cam/cam.h 1.12 +2 -2 src/sys/cam/cam_ccb.h 1.3 +3 -3 src/sys/cam/cam_conf.h 1.6 +6 -6 src/sys/cam/cam_debug.h 1.3 +3 -3 src/sys/cam/cam_extend.h 1.6 +3 -3 src/sys/cam/cam_periph.h 1.6 +3 -3 src/sys/cam/cam_queue.h 1.4 +3 -3 src/sys/cam/cam_sim.h 1.3 +3 -3 src/sys/cam/cam_xpt.h 1.3 +3 -3 src/sys/cam/cam_xpt_periph.h 1.6 +3 -3 src/sys/cam/cam_xpt_sim.h 1.9 +4 -4 src/sys/coda/coda.h 1.2 +2 -2 src/sys/crypto/sha1.h 1.2 +2 -2 src/sys/crypto/des/des_locl.h 1.15 +3 -3 src/sys/isa/isavar.h 1.3 +2 -2 src/sys/isa/pnpreg.h 1.4 +3 -3 src/sys/isa/pnpvar.h 1.20 +3 -3 src/sys/isofs/cd9660/cd9660_node.h 1.19 +3 -3 src/sys/isofs/cd9660/iso.h 1.14 +10 -10 src/sys/kern/inflate.c 1.17 +3 -3 src/sys/kern/md5c.c 1.5 +4 -4 src/sys/kern/subr_blist.c 1.16 +10 -10 src/sys/libkern/mcount.c 1.8 +3 -3 src/sys/miscfs/fdesc/fdesc.h 1.13 +3 -3 src/sys/miscfs/kernfs/kernfs.h 1.11 +3 -3 src/sys/miscfs/nullfs/null.h 1.7 +3 -3 src/sys/miscfs/portal/portal.h 1.32 +3 -3 src/sys/miscfs/procfs/procfs.h 1.13 +3 -3 src/sys/miscfs/umapfs/umap.h 1.17 +3 -3 src/sys/miscfs/union/union.h 1.33 +3 -3 src/sys/modules/linux/Makefile 1.10 +4 -4 src/sys/modules/svr4/Makefile 1.20 +3 -3 src/sys/msdosfs/denode.h 1.15 +3 -3 src/sys/msdosfs/direntry.h 1.9 +3 -3 src/sys/msdosfs/fat.h 1.19 +3 -3 src/sys/msdosfs/msdosfsmount.h 1.52 +5 -5 src/sys/nfs/nfs.h 1.17 +3 -3 src/sys/nfs/nfsmount.h 1.32 +4 -4 src/sys/nfs/nfsnode.h 1.20 +2 -2 src/sys/nfs/nqnfs.h 1.3 +3 -3 src/sys/nwfs/nwfs.h 1.5 +3 -3 src/sys/nwfs/nwfs_mount.h 1.8 +4 -2 src/sys/pc98/pc98/pc98_machdep.h 1.15 +2 -2 src/sys/pccard/cardinfo.h 1.8 +3 -3 src/sys/pci/if_mn.c 1.154 +10 -10 src/sys/pci/ncr.c 1.6 +4 -4 src/sys/posix4/aio.h 1.4 +3 -2 src/sys/posix4/mqueue.h 1.4 +4 -3 src/sys/posix4/sched.h 1.5 +3 -2 src/sys/posix4/semaphore.h 1.25 +2 -2 src/sys/ufs/ffs/ffs_subr.c 1.28 +3 -3 src/sys/ufs/ufs/inode.h 1.15 +4 -4 src/sys/ufs/ufs/quota.h 1.17 +3 -3 src/sys/ufs/ufs/ufsmount.h 1.33 +3 -3 src/sys/vm/pmap.h 1.28 +2 -2 src/sys/vm/swap_pager.h 1.16 +2 -2 src/sys/vm/vm.h 1.46 +3 -3 src/sys/vm/vm_extern.h 1.53 +2 -2 src/sys/vm/vm_map.h 1.63 +5 -5 src/sys/vm/vm_object.h 1.75 +3 -3 src/sys/vm/vm_page.h 1.26 +2 -2 src/sys/vm/vm_pageout.h 1.24 +2 -2 src/sys/vm/vm_pager.h 1.13 +3 -3 src/sys/vm/vm_param.h 1.14 +2 -2 src/sys/vm/vnode_pager.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?199912290455.UAA92044>