Changeset 06b0d112 in mainline


Ignore:
Timestamp:
2006-03-19T19:55:20Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
29c1282
Parents:
4c61e60
Message:

Fixed bad typing on 64-bit platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libipc/generic/ipc.c

    r4c61e60 r06b0d112  
    247247int ipc_connect_me_to(int phoneid, int arg1, int arg2)
    248248{
    249         int newphid;
     249        ipcarg_t newphid;
    250250        int res;
    251251
Note: See TracChangeset for help on using the changeset viewer.