Changeset 0e94b979 in mainline for uspace/srv/inet/inet_link.c
- Timestamp:
- 2012-03-08T21:12:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 291c792
- Parents:
- a88a6eac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/inet/inet_link.c
ra88a6eac r0e94b979 42 42 #include <loc.h> 43 43 #include <stdlib.h> 44 #include <str.h> 44 45 45 46 #include "addrobj.h" … … 196 197 addr->naddr.bits = 24; 197 198 addr->ilink = ilink; 199 addr->name = str_dup("v4a"); 198 200 inet_addrobj_add(addr); 199 201
Note:
See TracChangeset
for help on using the changeset viewer.