Forgot to commit these... Should fix network stuff build issues.
Add again the load_driver_symbols() export into our KernelExport.h, as it's expected by many kernel add-ons (drivers, modules)... the network ones, for a start. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2672 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -59,13 +59,16 @@ status_t std_ops(int32 op, ...);
|
||||
|
||||
static int start_stack(void);
|
||||
static int stop_stack(void);
|
||||
|
||||
static void add_protosw(struct protosw *[], int layer);
|
||||
static struct net_module *module_list = NULL;
|
||||
|
||||
/* Wider scoped prototypes */
|
||||
int net_sysctl(int *name, uint namelen, void *oldp, size_t *oldlenp,
|
||||
void *newp, size_t newlen);
|
||||
|
||||
struct protosw * protocols;
|
||||
struct domain *domains = NULL;
|
||||
|
||||
struct core_module_info core_info = {
|
||||
{
|
||||
|
||||
@@ -36,7 +36,6 @@ static int sosend(struct socket *so, struct mbuf *addr, struct uio *uio,
|
||||
static int soreceive (struct socket *so, struct mbuf **paddr, struct uio *uio,
|
||||
struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
|
||||
|
||||
|
||||
/* Static global objects... */
|
||||
static pool_ctl *spool;
|
||||
static benaphore sockets_lock;
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
SubDir OBOS_TOP src servers input ;
|
||||
|
||||
# AddResources
|
||||
# input_server
|
||||
# :
|
||||
# input_server.rsrc
|
||||
# ;
|
||||
|
||||
Server input_server :
|
||||
InputServer.cpp
|
||||
InputServerDevice.cpp
|
||||
|
||||
Reference in New Issue
Block a user