Changeset 8a637a4 in mainline for uspace/srv/ns/task.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/task.c

    ra955fcc r8a637a4  
    235235        ht_link_t *link = hash_table_find(&phone_to_id, &call->in_phone_hash);
    236236        if (link != NULL)
    237                 return EEXISTS;
     237                return EEXIST;
    238238       
    239239        p2i_entry_t *entry = (p2i_entry_t *) malloc(sizeof(p2i_entry_t));
Note: See TracChangeset for help on using the changeset viewer.