Some net cleanup...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2002-11-12 21:03:25 +00:00
parent c399a55fcd
commit a0a6d75d61
5 changed files with 8 additions and 30 deletions
+1 -5
View File
@@ -151,10 +151,6 @@ struct core_module_info {
int (*socket_set_event_callback)(struct socket *so, socket_event_callback, void *, int);
};
#ifdef _KERNEL_MODE
#define CORE_MODULE_PATH "network/core"
#else
#define CORE_MODULE_PATH "modules/core"
#endif
#define NET_CORE_MODULE_NAME "network/core/v1"
#endif /* OBOS_CORE_MODULE_H */