haiku/src/system/kernel/fs
Jérôme Duval bdfe92370f gcc4 build fix. Here is one of the two errors:
src/system/kernel/fs/fd.cpp: In function 'ssize_t common_user_vector_io(int, off_t, const iovec*, size_t, bool)':
src/system/kernel/fs/fd.cpp:727: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the 
second:
headers/private/kernel/syscall_restart.h:151: note: candidate 1: bool SyscallRestartWrapper<Type>::operator<(const Type&) const [with Type = long int]
src/system/kernel/fs/fd.cpp:727: note: candidate 2: operator<(long int, int) <built-in>


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24927 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-04-12 07:04:45 +00:00
..
devfs.cpp When a partition was unpublished from devfs the devfs_delete_vnode() would 2008-04-06 12:07:45 +00:00
fd.cpp gcc4 build fix. Here is one of the two errors: 2008-04-12 07:04:45 +00:00
fifo.cpp * Renamed pipefs.cpp to fifo.cpp. 2008-04-06 15:50:28 +00:00
fifo.h * Reorganized the FS interface a little: 2008-04-05 23:05:16 +00:00
IOScheduler.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
IOScheduler.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
Jamfile * Changed the way the socket functions work: 2008-04-11 04:12:23 +00:00
KPath.cpp Added RemoveLeaf() leaf method. Very handy for recursive directory 2007-07-15 00:34:17 +00:00
node_monitor.cpp Change the NodeMonitorService lock from a mutex to a recursive_lock. This 2008-04-02 23:20:37 +00:00
rootfs.cpp create_special_node() supports creating a special node without entry, 2008-04-06 02:44:37 +00:00
socket.cpp * Added fd_ops::set_flags() hook. It's only implemented by socket FDs 2008-04-11 19:21:14 +00:00
vfs_boot.cpp * Added _kern_create_pipe() syscall, creating a pipe as an entryless 2008-04-06 02:49:12 +00:00
vfs_boot.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
vfs_net_boot.cpp Computed the netmask in net endianess. The wrong netmask caused 2007-07-19 13:58:17 +00:00
vfs_net_boot.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
vfs.cpp * Added fd_ops::set_flags() hook. It's only implemented by socket FDs 2008-04-11 19:21:14 +00:00