Fix the build. IMHO it's really ugly to use syscalls without even including

<syscalls.h>.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21341 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-06-07 01:38:58 +00:00
parent 3111f163b5
commit 4ee595e300
@@ -23,7 +23,6 @@
#include "SystemPalette.h"
#include <safemode.h>
#include <syscalls.h>
#include <Accelerant.h>
#include <Cursor.h>
@@ -50,7 +49,6 @@ using std::nothrow;
#endif
#ifndef HAIKU_TARGET_PLATFORM_LIBBE_TEST
// This call updates the frame buffer used by the on-screen KDL
extern "C" status_t _kern_frame_buffer_update(void *baseAddress,
int32 width, int32 height, int32 depth, int32 bytesPerRow);
@@ -58,7 +56,6 @@ extern "C" status_t _kern_frame_buffer_update(void *baseAddress,
// This call retrieves the system's safemode options
extern "C" status_t _kern_get_safemode_option(const char* parameter,
char* buffer, size_t* _size);
#endif
const int32 kDefaultParamsCount = 64;