Prepare for native installation on Haiku. The net_stack is located under dev/net_stack to avoid recursive lookup, the network core is at add-ons/kernel/network instead of obos_network.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12292 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
|
||||
#include <module.h>
|
||||
|
||||
#ifndef __HAIKU__
|
||||
#define NETWORK_MODULES_ROOT "obos_network/"
|
||||
#else
|
||||
#define NETWORK_MODULES_ROOT "network/"
|
||||
#endif
|
||||
|
||||
struct kernel_net_module_info {
|
||||
module_info info;
|
||||
|
||||
Reference in New Issue
Block a user