Changeset ef689ef0 in mainline for uspace/lib/net/netif/netif_local.c
- Timestamp:
- 2010-10-14T22:08:50Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7a85d16
- Parents:
- 10056483 (diff), f63a591d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/netif/netif_local.c
r10056483 ref689ef0 44 44 #include <err.h> 45 45 46 #include < net_messages.h>46 #include <generic.h> 47 47 #include <net/modules.h> 48 48 #include <net/packet.h> 49 49 #include <packet_client.h> 50 #include <packet/packet_server.h>51 50 #include <packet_remote.h> 52 51 #include <adt/measured_strings.h> 53 #include <net _device.h>52 #include <net/device.h> 54 53 #include <nil_interface.h> 55 54 #include <netif_local.h>
Note:
See TracChangeset
for help on using the changeset viewer.