Changeset 8a637a4 in mainline for uspace/srv/ns/service.c


Ignore:
Timestamp:
2015-09-30T17:47:41Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1f7584
Parents:
a955fcc
Message:

remove EEXISTS in favor of EEXIST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/service.c

    ra955fcc r8a637a4  
    143143{
    144144        if (hash_table_find(&service_hash_table, &service))
    145                 return EEXISTS;
     145                return EEXIST;
    146146       
    147147        hashed_service_t *hashed_service =
Note: See TracChangeset for help on using the changeset viewer.