* fix the build of the app_server test environment (libbe_test) after
the change to the nodemonitor syscall git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21791 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -125,10 +125,8 @@ _kern_start_watching(dev_t device, ino_t node, uint32 flags,
|
|||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
_kern_stop_watching(dev_t device, ino_t node, uint32 flags,
|
_kern_stop_watching(dev_t device, ino_t node, port_id port, uint32 token)
|
||||||
port_id port, uint32 token)
|
|
||||||
{
|
{
|
||||||
(void)flags;
|
|
||||||
return _kstop_watching_vnode_(device, node, port, token);
|
return _kstop_watching_vnode_(device, node, port, token);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2891,7 +2891,7 @@ _TrackerLaunchAppWithDocuments(const entry_ref *appRef, const BMessage *refs, bo
|
|||||||
|
|
||||||
extern "C" char** environ;
|
extern "C" char** environ;
|
||||||
|
|
||||||
#ifdef __HAIKU__
|
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||||
extern "C" status_t _kern_load_image(int32 argCount, const char **args,
|
extern "C" status_t _kern_load_image(int32 argCount, const char **args,
|
||||||
int32 envCount, const char **env, int32 priority, uint32 flags,
|
int32 envCount, const char **env, int32 priority, uint32 flags,
|
||||||
port_id errorPort, uint32 errorToken);
|
port_id errorPort, uint32 errorToken);
|
||||||
@@ -2917,7 +2917,7 @@ LoaderErrorDetails(const entry_ref *app, BString &details)
|
|||||||
|
|
||||||
char *argv[2] = { const_cast<char *>(path.Path()), 0};
|
char *argv[2] = { const_cast<char *>(path.Path()), 0};
|
||||||
|
|
||||||
#ifdef __HAIKU__
|
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||||
port_id errorPort = create_port(1, "Tracker loader error");
|
port_id errorPort = create_port(1, "Tracker loader error");
|
||||||
|
|
||||||
// count environment variables
|
// count environment variables
|
||||||
|
|||||||
@@ -85,7 +85,6 @@ Server haiku_registrar
|
|||||||
PriorityMessageQueue.cpp
|
PriorityMessageQueue.cpp
|
||||||
RecentApps.cpp
|
RecentApps.cpp
|
||||||
RecentEntries.cpp
|
RecentEntries.cpp
|
||||||
Referenceable.cpp
|
|
||||||
Registrar.cpp
|
Registrar.cpp
|
||||||
RosterAppInfo.cpp
|
RosterAppInfo.cpp
|
||||||
RosterSettingsCharStream.cpp
|
RosterSettingsCharStream.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user