Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 06:54:56 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
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 ...
Message-ID:  <200010291454.GAA59140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/proc.h> in <sys/buf.h> 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 <sys/proc.h>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010291454.GAA59140>