Changeset 4e716180 in mainline for uspace/lib


Ignore:
Timestamp:
2013-05-03T21:14:39Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
716357f
Parents:
1c7ba2da (diff), 5d1cb8a (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.
Message:

Merge simple DNS resolver.

Location:
uspace/lib/c
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r1c7ba2da r4e716180  
    7474        generic/device/pci.c \
    7575        generic/device/ahci.c \
     76        generic/dnsr.c \
    7677        generic/dlfcn.c \
    7778        generic/elf/elf_load.c \
  • uspace/lib/c/include/ipc/services.h

    r1c7ba2da r4e716180  
    5353} services_t;
    5454
     55#define SERVICE_NAME_DNSR     "net/dnsr"
    5556#define SERVICE_NAME_INET     "net/inet"
    5657#define SERVICE_NAME_INETCFG  "net/inetcfg"
Note: See TracChangeset for help on using the changeset viewer.