diff options
author | kib <kib@FreeBSD.org> | 2012-03-11 12:19:58 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-03-11 12:19:58 +0000 |
commit | 8adabb0356f0bb9d2681f2b8641d303ff20116f1 (patch) | |
tree | 2f329a4d66d341eb7a690b2d1dfb1e5424699cfb /include | |
parent | 3cb00e347a6d3134d8cc77576a9aa19ed4375839 (diff) | |
download | FreeBSD-src-8adabb0356f0bb9d2681f2b8641d303ff20116f1.zip FreeBSD-src-8adabb0356f0bb9d2681f2b8641d303ff20116f1.tar.gz |
Remove fifo.h. The only used function declaration from the header is
migrated to sys/vnode.h.
Submitted by: gianni
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index e54f9cd..2cbc9d2 100644 --- a/include/Makefile +++ b/include/Makefile @@ -43,7 +43,7 @@ LSUBDIRS= cam/ata cam/scsi \ dev/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/ofw \ dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \ dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \ - fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/nfs fs/ntfs fs/nullfs \ + fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/ntfs fs/nullfs \ ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \ geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ geom/mirror geom/mountver geom/multipath geom/nop \ |