Comment out the socket syscall as we don't have any socket code in

the build at the moment.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid
2002-07-12 14:54:25 +00:00
parent 4cb55da05c
commit 4828a5e712
+2
View File
@@ -285,9 +285,11 @@ int syscall_dispatcher(unsigned long call_num, void *arg_buffer, uint64 *call_re
(size_t *)arg3, (void *)arg4,
(size_t)arg5);
break;
/* removed until net code has goneback into build
case SYSCALL_SOCKET:
*call_ret = socket((int)arg0, (int)arg1, (int)arg2, false);
break;
*/
case SYSCALL_GETDTABLESIZE:
// ToDo: the correct way would be to lock the io_context
// or just call vfs_getrlimit()