Changeset 609243f4 in mainline for uspace/srv/net/net/net_standalone.c
- Timestamp:
- 2011-10-07T15:46:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2c50e1
- Parents:
- f51b1d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/net/net_standalone.c
rf51b1d3 r609243f4 35 35 */ 36 36 37 #include "net.h"38 39 37 #include <str.h> 40 38 #include <adt/measured_strings.h> … … 42 40 #include <ipc/net.h> 43 41 #include <errno.h> 44 45 42 #include <ip_interface.h> 46 #include <packet_server.h> 43 #include "net.h" 44 #include "packet_server.h" 47 45 48 46 /** Networking module global data. */ … … 62 60 int rc; 63 61 64 task_id_t task_id = net_spawn((uint8_t *) "/srv/ip");62 task_id_t task_id = net_spawn((uint8_t *) IP_FILENAME); 65 63 if (!task_id) 66 64 return EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.