Changeset d7e45c8 in mainline for kernel/generic/include/ipc/sysipc.h


Ignore:
Timestamp:
2010-04-12T23:03:46Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34aac916
Parents:
1ef0fc3
Message:

sys_ipc_hangup() should treat the phoneid as unative_t so that GET_CHECK_PHONE
will not bless a negative phone number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/sysipc.h

    r1ef0fc3 rd7e45c8  
    5757unative_t sys_ipc_forward_slow(unative_t callid, unative_t phoneid,
    5858    ipc_data_t *data, int mode);
    59 unative_t sys_ipc_hangup(int phoneid);
     59unative_t sys_ipc_hangup(unative_t phoneid);
    6060unative_t sys_ipc_register_irq(inr_t inr, devno_t devno, unative_t method,
    6161    irq_code_t *ucode);
Note: See TracChangeset for help on using the changeset viewer.