From owner-cvs-all Sun Oct 29 6:55: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C415F37B479; Sun, 29 Oct 2000 06:54:56 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59140; Sun, 29 Oct 2000 06:54:56 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200010291454.GAA59140@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 29 Oct 2000 06:54:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c usbdi.c src/sys/dev/wds wd7000.c src/sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c src/sys/isofs/cd9660 cd9660_node.c src/sys/msdosfs msdosfs_denode.c src/sys/nwfs nwfs_vnops.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/10/29 06:54:56 PST Modified files: sys/dev/usb uhci.c usbdi.c sys/dev/wds wd7000.c sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c sys/isofs/cd9660 cd9660_node.c sys/msdosfs msdosfs_denode.c sys/nwfs nwfs_vnops.c sys/pci ohci_pci.c uhci_pci.c sys/sys buf.h sys/ufs/ifs ifs_lookup.c ifs_subr.c ifs_vfsops.c sys/vm vm_pager.c Log: Weaken a bogus dependency on in by #ifdef'ing the offending inline function (BUF_KERNPROC) on it being #included already. I'm not sure BUF_KERNPROC() is even the right thing to do or in the right place or implemented the right way (inline vs normal function). Remove consequently unneeded #includes of Revision Changes Path 1.54 +1 -2 src/sys/dev/usb/uhci.c 1.43 +1 -2 src/sys/dev/usb/usbdi.c 1.3 +1 -2 src/sys/dev/wds/wd7000.c 1.14 +1 -2 src/sys/gnu/ext2fs/ext2_linux_balloc.c 1.16 +1 -2 src/sys/gnu/ext2fs/ext2_linux_ialloc.c 1.34 +1 -2 src/sys/isofs/cd9660/cd9660_node.c 1.52 +1 -2 src/sys/msdosfs/msdosfs_denode.c 1.13 +1 -2 src/sys/nwfs/nwfs_vnops.c 1.20 +1 -2 src/sys/pci/ohci_pci.c 1.31 +1 -2 src/sys/pci/uhci_pci.c 1.111 +3 -1 src/sys/sys/buf.h 1.2 +1 -2 src/sys/ufs/ifs/ifs_lookup.c 1.2 +1 -2 src/sys/ufs/ifs/ifs_subr.c 1.2 +1 -2 src/sys/ufs/ifs/ifs_vfsops.c 1.65 +1 -2 src/sys/vm/vm_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message