From 5d06d469354e307522c6eada09464a4abad7be4b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 17 Feb 2008 18:07:25 +0000 Subject: [PATCH] Removed debugging leftover. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23990 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/kernel/syscall_restart_test.cpp | 4 ++-- src/tools/fs_shell/unistd.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tests/system/kernel/syscall_restart_test.cpp b/src/tests/system/kernel/syscall_restart_test.cpp index 0eadd82109..1b337bf1e1 100644 --- a/src/tests/system/kernel/syscall_restart_test.cpp +++ b/src/tests/system/kernel/syscall_restart_test.cpp @@ -670,7 +670,7 @@ int main() { Test* tests[] = { -/* new SnoozeTest, + new SnoozeTest, new ReadTest, new WriteTest, new AcquireSwitchSemTest(false), @@ -678,7 +678,7 @@ main() new AcquireSwitchSemEtcTest(false), new AcquireSwitchSemEtcTest(true), new AcceptTest, -*/ new ReceiveTest, + new ReceiveTest, NULL }; diff --git a/src/tools/fs_shell/unistd.cpp b/src/tools/fs_shell/unistd.cpp index afdc955b97..0c08e75b19 100644 --- a/src/tools/fs_shell/unistd.cpp +++ b/src/tools/fs_shell/unistd.cpp @@ -344,7 +344,6 @@ fssh_write(int fd, const void *buffer, fssh_size_t count) } -#include fssh_ssize_t fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count) {