Changeset 609243f4 in mainline for uspace/srv/net/net/net_standalone.c


Ignore:
Timestamp:
2011-10-07T15:46:01Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2c50e1
Parents:
f51b1d3
Message:

cherrypick general networking improvements from lp:~helenos-nicf/helenos/nicf (after sanitization)
remove obsolete networking drivers
this renders the networking non-functional for the time being

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/net/net_standalone.c

    rf51b1d3 r609243f4  
    3535 */
    3636
    37 #include "net.h"
    38 
    3937#include <str.h>
    4038#include <adt/measured_strings.h>
     
    4240#include <ipc/net.h>
    4341#include <errno.h>
    44 
    4542#include <ip_interface.h>
    46 #include <packet_server.h>
     43#include "net.h"
     44#include "packet_server.h"
    4745
    4846/** Networking module global data. */
     
    6260        int rc;
    6361       
    64         task_id_t task_id = net_spawn((uint8_t *) "/srv/ip");
     62        task_id_t task_id = net_spawn((uint8_t *) IP_FILENAME);
    6563        if (!task_id)
    6664                return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.