* Renamed pipefs.cpp to fifo.cpp.
* Removed the pipefs functionality. We only need to support FIFO nodes. * Renamed the remaining pipefs_*() functions to fifo_*(). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24834 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a1db78790d
commit
25eb8cd717
@ -7,15 +7,15 @@ UsePrivateHeaders shared storage ;
|
|||||||
|
|
||||||
KernelMergeObject kernel_fs.o :
|
KernelMergeObject kernel_fs.o :
|
||||||
devfs.cpp
|
devfs.cpp
|
||||||
rootfs.cpp
|
|
||||||
pipefs.cpp
|
|
||||||
fd.cpp
|
fd.cpp
|
||||||
|
fifo.cpp
|
||||||
|
IOScheduler.cpp
|
||||||
|
KPath.cpp
|
||||||
|
node_monitor.cpp
|
||||||
|
rootfs.cpp
|
||||||
vfs.cpp
|
vfs.cpp
|
||||||
vfs_boot.cpp
|
vfs_boot.cpp
|
||||||
vfs_net_boot.cpp
|
vfs_net_boot.cpp
|
||||||
node_monitor.cpp
|
|
||||||
IOScheduler.cpp
|
|
||||||
KPath.cpp
|
|
||||||
|
|
||||||
: $(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused
|
: $(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused
|
||||||
;
|
;
|
||||||
|
1078
src/system/kernel/fs/fifo.cpp
Normal file
1078
src/system/kernel/fs/fifo.cpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user