This should now actually fix the recursive lookup of the net_stack_driver. We must only load the networking core once.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12363 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2005-04-13 14:19:20 +00:00
parent 718b5114e0
commit 4ce3301a57
4 changed files with 16 additions and 20 deletions
-5
View File
@@ -11,12 +11,7 @@
// Forward declaration
struct sockaddr;
#ifndef __HAIKU__
#define NET_STACK_DRIVER_DEV "net/stack"
#else
#define NET_STACK_DRIVER_DEV "net_stack/stack"
#endif
#define NET_STACK_DRIVER_PATH "/dev/" ## NET_STACK_DRIVER_DEV
enum {